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
94f2ad24
Commit
94f2ad24
authored
Jun 11, 2020
by
gavin.scallon
Browse files
1.6.1 update
parent
dc490453
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
8 deletions
+17
-8
Dockerfile
Dockerfile
+3
-3
Jenkinsfile
Jenkinsfile
+1
-1
README.md
README.md
+6
-2
download.yaml
download.yaml
+7
-2
No files found.
Dockerfile
View file @
94f2ad24
...
@@ -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/
...
...
Jenkinsfile
View file @
94f2ad24
@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
README.md
View file @
94f2ad24
# 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
download.yaml
View file @
94f2ad24
---
---
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
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