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
a2968fba
You need to sign in or sign up before continuing.
Commit
a2968fba
authored
Nov 16, 2020
by
Andy Maksymowicz
Browse files
Merge branch 'development' into 'master'
bump v1.6.0 See merge request
!25
parents
55b7b71d
78745681
Pipeline
#114442
failed with stages
in 1 minute and 41 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 @
a2968fba
...
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG
BASE_IMAGE=ubi8
ARG
BASE_TAG=8.2
FROM
vault:1.
5.5
AS source
FROM
vault:1.
6.0
AS source
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -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.licenses="MPL-2.0" \
org.opencontainers.image.url="https://www.vaultproject.io/" \
org.opencontainers.image.version="1.
5.5
" \
org.opencontainers.image.version="1.
6.0
" \
maintainer="cht@dsop.io"
COPY
--from=source /bin/vault /bin/vault
...
...
Jenkinsfile
View file @
a2968fba
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"1.
5.5
"
)
dccscrPipeline
(
version:
"1.
6.0
"
)
download.yaml
View file @
a2968fba
resources
:
-
url
:
"
docker://docker.io/library/vault@sha256:
a5b242b5e16bda3a0584017fae2c589d344333074464013d9d3a19053c3843a6
"
tag
:
"
vault:1.
5.5
"
-
url
:
"
docker://docker.io/library/vault@sha256:
b04266db3e7ece92690df720fcf98ecf138a92ed3d1edc14dc86fe814c33ab9b
"
tag
:
"
vault:1.
6.0
"
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