diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-09-14 10:19:07 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-09-15 10:14:34 +0200 |
commit | d4bea54dfee2856f32f20876db234e778bf91e14 (patch) | |
tree | a5d4aa17273850c767e439297d30c4d182b4a40a /contrib/rootless-cni-infra/Containerfile | |
parent | b7a7cf65768eef79a185603cc3d1f56ce2053a9e (diff) | |
download | podman-d4bea54dfee2856f32f20876db234e778bf91e14.tar.gz podman-d4bea54dfee2856f32f20876db234e778bf91e14.tar.bz2 podman-d4bea54dfee2856f32f20876db234e778bf91e14.zip |
move `rootless-cni-infra` image to quay.io
Move the `rootless-cni-infra` image to `quay.io/libpod/rootless-cni-image:$tag`
where $tag has the format `$version-$architecture`. Whenever we upload
a new image (e.g., after changing the Containerfile), we need to make
sure to increase the version number (an ordinary integer for simplicity) so we
have a notion of support.
Thanks to @AkihiroSuda for working on rootless CNI!
Fixes: #7617
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/rootless-cni-infra/Containerfile')
-rw-r--r-- | contrib/rootless-cni-infra/Containerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rootless-cni-infra/Containerfile b/contrib/rootless-cni-infra/Containerfile index c5d812a6e..5be30ccc9 100644 --- a/contrib/rootless-cni-infra/Containerfile +++ b/contrib/rootless-cni-infra/Containerfile @@ -33,3 +33,5 @@ COPY --from=dnsname /dnsname /opt/cni/bin COPY rootless-cni-infra /usr/local/bin ENV CNI_PATH=/opt/cni/bin CMD ["sleep", "infinity"] + +ENV ROOTLESS_CNI_INFRA_VERSION=1 |