UNCLASSIFIED

Commit a7e26465 authored by Andrii Panchuk's avatar Andrii Panchuk
Browse files

update to new version

parent 62ed2033
Pipeline #428230 failed with stages
in 56 seconds
......@@ -26,17 +26,17 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY --from=builder /src/k8s.io/kubernetes/_output/bin/kubeadm /opt/bin/
COPY cni-plugins-linux-amd64-v0.9.0.tgz crictl-v1.19.0-linux-amd64.tar.gz /
COPY cni-plugins-linux-amd64.tgz crictl-linux-amd64.tar.gz /
RUN dnf upgrade -y && \
dnf clean all && \
rm -rf /var/cache/dnf && \
chmod +x /opt/bin/kubeadm && \
mkdir -p /opt/cni/bin && \
tar xzf cni-plugins-linux-amd64-v0.9.0.tgz -C /opt/cni/bin && \
rm -f cni-cni-plugins-linux-amd64-v0.9.0.tgz && \
tar xzf cni-plugins-linux-amd64.tgz -C /opt/cni/bin && \
rm -f cni-cni-plugins-linux-amd64.tgz && \
mkdir -p /opt/bin && \
tar xzf crictl-v1.19.0-linux-amd64.tar.gz -C /opt/bin && \
rm -rf crictl-v1.19.0-linux-amd64.tar.gz
tar xzf crictl-linux-amd64.tar.gz -C /opt/bin && \
rm -rf crictl-linux-amd64.tar.gz
ENTRYPOINT ["/opt/bin/kubeadm"]
HEALTHCHECK NONE
\ No newline at end of file
......@@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kubeadm-1.19"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "v1.19.13"
- "v1.19.14"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://kubernetes.io/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "v1.19.13"
org.opencontainers.image.version: "v1.19.14"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "kubernetes"
## This value can be "opensource" or "commercial"
......@@ -37,18 +37,18 @@ labels:
# List of resources to make available to the offline build context
resources:
- url: https://github.com/kubernetes/kubernetes/archive/v1.19.13.tar.gz
- url: https://github.com/kubernetes/kubernetes/archive/v1.19.14.tar.gz
filename: kubernetes.tar.gz
validation:
type: sha256
value: 02c8b087f2912707b67d26ecd9d335b2779a1c46dbd152ffc4435e000e630588
- filename: crictl-v1.19.0-linux-amd64.tar.gz
value: 97b50d9a50d20eeead988f8abf01ae36744102f4ea8dc31f2419ec399f6b0408
- filename: crictl-linux-amd64.tar.gz
url: https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.22.0/crictl-v1.22.0-linux-amd64.tar.gz
validation:
type: sha256
value: 45e0556c42616af60ebe93bf4691056338b3ea0001c0201a6a8ff8b1dbc0652a
- url: https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-amd64-v1.0.0.tgz
filename: cni-plugins-linux-amd64-v0.9.0.tgz
filename: cni-plugins-linux-amd64.tgz
validation:
type: sha256
value: 5894883eebe3e38f4474810d334b00dc5ec59bd01332d1f92ca4eb142a67d2e8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment