UNCLASSIFIED

Commit 94f2ad24 authored by gavin.scallon's avatar gavin.scallon
Browse files

1.6.1 update

parent dc490453
...@@ -4,7 +4,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ...@@ -4,7 +4,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2 ARG BASE_TAG=8.2
############################################################### ###############################################################
FROM opensource/istio/install-cni/install-cni:1.6.0 AS base FROM opensource/istio/install-cni/install-cni:1.6.1 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...@@ -12,11 +12,11 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -12,11 +12,11 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="istio install-cni" \ LABEL name="istio install-cni" \
maintainer="gavin.scallon@parsons.com" \ maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \ vendor="Open Source" \
version="1.6.0" \ version="1.6.1" \
release="1" \ release="1" \
summary="istio install-cni" \ summary="istio install-cni" \
description="The Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh." description="The Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh."
COPY jq-linux64 /
COPY --from=base /opt/cni/bin/istio-cni /opt/cni/bin/istio-iptables.sh /opt/cni/bin/istio-cni-repair /opt/cni/bin/ COPY --from=base /opt/cni/bin/istio-cni /opt/cni/bin/istio-iptables.sh /opt/cni/bin/istio-cni-repair /opt/cni/bin/
COPY --from=base /install-cni.sh /filter.jq / COPY --from=base /install-cni.sh /filter.jq /
COPY --from=base /istio-cni.conf.tmp host/etc/cni/net.d/ COPY --from=base /istio-cni.conf.tmp host/etc/cni/net.d/
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline( version: "1.6.0") dccscrPipeline( version: "1.6.1")
\ No newline at end of file \ No newline at end of file
# install-cni # install-cni
Version 1.6.0 Version 1.6.1
``` ```
# Download the tarball from the Iron Bank repository and navigate to the # Download the tarball from the Iron Bank repository and navigate to the
...@@ -19,4 +19,8 @@ Container Network Interface (CNI) plugin will set up the pods' networking to ...@@ -19,4 +19,8 @@ Container Network Interface (CNI) plugin will set up the pods' networking to
fulfill this requirement fulfill this requirement
In the event that you wish to implement this with a helm chart, you must ensure In the event that you wish to implement this with a helm chart, you must ensure
that the chart is modified to utilize the install-cni image from the Iron Bank. that the chart is modified to utilize the install-cni image from the Iron Bank.
\ No newline at end of file
## Notes
The container is configured to run as user 1001.
\ No newline at end of file
--- ---
resources: resources:
- url: "docker://docker.io/istio/install-cni@sha256:3ded1c5b447630522d71169534f8521c3194304a3c8ca050bec2a41bbe53fee8" - url: "docker://docker.io/istio/install-cni@sha256:895d484eeb7de4cbb0dcdff754a3581570459af5b2d563d3301740843ae379b2"
tag: opensource/istio/install-cni/install-cni:1.6.0 tag: opensource/istio/install-cni/install-cni:1.6.1
- url: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
filename: jq-linux64
validation:
type: sha256
value: af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44
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