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
H
Hashicorp
vault
vault
Commits
3fa46a4e
Commit
3fa46a4e
authored
Dec 18, 2020
by
renovate
Browse files
Update vault Docker tag to v1.6.1
parent
78745681
Pipeline
#108840
passed with stage
in 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Dockerfile
View file @
3fa46a4e
...
@@ -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=ubi8
ARG
BASE_IMAGE=ubi8
ARG
BASE_TAG=8.2
ARG
BASE_TAG=8.2
FROM
vault:1.6.
0
AS source
FROM
vault:1.6.
1
AS source
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="vault" \
...
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="vault" \
org.opencontainers.image.description="Vault is a tool for securely accessing secrets." \
org.opencontainers.image.description="Vault is a tool for securely accessing secrets." \
org.opencontainers.image.licenses="MPL-2.0" \
org.opencontainers.image.licenses="MPL-2.0" \
org.opencontainers.image.url="https://www.vaultproject.io/" \
org.opencontainers.image.url="https://www.vaultproject.io/" \
org.opencontainers.image.version="1.6.
0
" \
org.opencontainers.image.version="1.6.
1
" \
maintainer="cht@dsop.io"
maintainer="cht@dsop.io"
COPY
--from=source /bin/vault /bin/vault
COPY
--from=source /bin/vault /bin/vault
...
...
Jenkinsfile
View file @
3fa46a4e
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"1.6.
0
"
)
dccscrPipeline
(
version:
"1.6.
1
"
)
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