UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
Istio-1.6
install-cni-1.6
Commits
b298a6d4
Commit
b298a6d4
authored
Oct 29, 2020
by
renovate
Browse files
Update istio/install-cni Docker tag to v1.6.13
parent
915ccd23
Pipeline
#64244
failed with stages
in 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+2
-2
Jenkinsfile
Jenkinsfile
+1
-1
download.yaml
download.yaml
+2
-2
No files found.
Dockerfile
View file @
b298a6d4
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.2
ARG
BASE_TAG=8.2
FROM
istio/install-cni:1.6.1
2
AS base
FROM
istio/install-cni:1.6.1
3
AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="install-cni" \
...
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="install-cni" \
org.opencontainers.image.description="Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh." \
org.opencontainers.image.description="Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.version="1.6.1
2
" \
org.opencontainers.image.version="1.6.1
3
" \
maintainer="cht@dsop.io"
maintainer="cht@dsop.io"
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/
...
...
Jenkinsfile
View file @
b298a6d4
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"1.6.1
2
"
)
dccscrPipeline
(
version:
"1.6.1
3
"
)
download.yaml
View file @
b298a6d4
---
---
resources
:
resources
:
-
url
:
"
docker://docker.io/istio/install-cni@sha256:5c25b4dded8e9dcd688d018c72b38c03a77d72c32fec4500e3737a12084e683f"
-
url
:
"
docker://docker.io/istio/install-cni@sha256:b822e2cec2fd2646905f48b8a90f3ab835d5c1afbc1173243108d43616872998"
tag
:
"
istio/install-cni:1.6.12"
tag
:
"
istio/install-cni:1.6.13"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment