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
mixer-1.6
Commits
3fb036de
Commit
3fb036de
authored
Oct 29, 2020
by
Al Fontaine
Browse files
Merge branch 'development' into 'master'
bump 1.6.13 See merge request
!24
parents
e0287a8d
59159352
Pipeline
#85168
failed with stages
in 1 minute and 8 seconds
Changes
3
Pipelines
43
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 @
3fb036de
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
...
@@ -2,7 +2,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
istio/mixer:1.6.1
2
AS base
FROM
istio/mixer: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="mixer" \
...
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="mixer" \
org.opencontainers.image.description="Mixer provides policy controls and telemetry collection." \
org.opencontainers.image.description="Mixer provides policy controls and telemetry collection." \
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 /usr/local/bin/mixs /usr/local/bin/mixs
COPY
--from=base /usr/local/bin/mixs /usr/local/bin/mixs
...
...
Jenkinsfile
View file @
3fb036de
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"1.6.1
2
"
)
dccscrPipeline
(
version:
"1.6.1
3
"
)
download.yaml
View file @
3fb036de
---
---
resources
:
resources
:
-
url
:
"
docker://docker.io/istio/mixer@sha256:
03b54f46e7c5d628b1adf46e1c4c521ec9e1977bec1dc97a8637ea5ceb7d6274
"
-
url
:
"
docker://docker.io/istio/mixer@sha256:
fe2e1ec5807d1cb0171681b8dea303a282f18bce2caca892653f70ec14bb9823
"
tag
:
"
istio/mixer:1.6.1
2
"
tag
:
"
istio/mixer:1.6.1
3
"
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