diff options
author | Chris Evich <cevich@redhat.com> | 2020-09-21 11:38:11 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-10-01 14:27:32 -0400 |
commit | 7c9c159e931109edd84747cfa219917412a55076 (patch) | |
tree | 0b5d9c8c9a84cd906adf468eac32c36d9a740518 /contrib/upldrel/README.md | |
parent | 5d22eb02f95f28a87ed263afe28b7ff4bf2f6fee (diff) | |
download | podman-7c9c159e931109edd84747cfa219917412a55076.tar.gz podman-7c9c159e931109edd84747cfa219917412a55076.tar.bz2 podman-7c9c159e931109edd84747cfa219917412a55076.zip |
Migrate container images to automation_images
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/upldrel/README.md')
-rw-r--r-- | contrib/upldrel/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/upldrel/README.md b/contrib/upldrel/README.md deleted file mode 100644 index 41f5ffef0..000000000 --- a/contrib/upldrel/README.md +++ /dev/null @@ -1,9 +0,0 @@ -![PODMAN logo](../../logo/podman-logo-source.svg) - -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) |