mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
The initial implementation was far more complicated than necessary. Strip out the complexities in favor of a simpler and more direct approach. Signed-off-by: Chris Evich <cevich@redhat.com>
10 lines
420 B
Markdown
10 lines
420 B
Markdown

|
|
|
|
A container image for canonical-naming and uploading of
|
|
libpod and remote-client archives. Only intended to ever
|
|
be used by CI/CD, and depends heavily on an embedded
|
|
`release.txt` file produced by `make`.
|
|
|
|
Build script: [../cirrus/build_release.sh](../cirrus/build_release.sh)
|
|
Upload script: [../cirrus/upload_release_archive.sh](../cirrus/upload_release_archive.sh)
|