UNCLASSIFIED

Commit 7c28d5e8 authored by Vickie Shen's avatar Vickie Shen
Browse files

rebuilt

parent db7a1f80
Pipeline #318911 failed with stages
in 21 seconds
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.4 ARG BASE_TAG=8.4
FROM kubeimage/kube-proxy-amd64:v1.19.11 as base FROM k8s.gcr.io/kube-proxy:v1.19.11 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...@@ -52,4 +52,4 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl ...@@ -52,4 +52,4 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl
HEALTHCHECK --interval=10s --timeout=1s --start-period=10s --retries=6 \ HEALTHCHECK --interval=10s --timeout=1s --start-period=10s --retries=6 \
CMD curl -f http://locahost:10249 || exit 1 CMD curl -f http://locahost:10249 || exit 1
CMD ["/bin/sh"] CMD ["/bin/sh"]
...@@ -24,7 +24,7 @@ labels: ...@@ -24,7 +24,7 @@ labels:
## License(s) under which contained software is distributed ## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "Apache-2.0" org.opencontainers.image.licenses: "Apache-2.0"
## URL to find more information on the image ## URL to find more information on the image
org.opencontainers.image.url: "https://hub.docker.com/r/kubeimage/kube-proxy-amd64" org.opencontainers.image.url: ""
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "v1.19.11" org.opencontainers.image.version: "v1.19.11"
...@@ -37,8 +37,9 @@ labels: ...@@ -37,8 +37,9 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- tag: kubeimage/kube-proxy-amd64:v1.19.11 - url: docker://k8s.gcr.io/kube-proxy@sha256:2f06ab7e7897d2dafeef064f4c4edf79ef6166055041486860c2df42343f60b9
url: docker://docker.io/kubeimage/kube-proxy-amd64@sha256:7b9820db91f8ba56f5fb41c439ef805bb9601b1f9d0a23479c1298150689664c tag: k8s.gcr.io/kube-proxy:v1.19.11
- filename: libnetfilter_cthelper.rpm - filename: libnetfilter_cthelper.rpm
url: http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/libnetfilter_cthelper-1.0.0-15.el8.x86_64.rpm url: http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/libnetfilter_cthelper-1.0.0-15.el8.x86_64.rpm
validation: validation:
......
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