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
quay
clair
Commits
3a4b020e
Commit
3a4b020e
authored
Oct 10, 2020
by
renovate
Browse files
Update quay.io/coreos/clair Docker tag to v2.1.6
parent
93108275
Pipeline
#49768
failed with stages
in 16 seconds
Changes
3
Pipelines
1
Show 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 @
3a4b020e
...
@@ -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
quay.io/coreos/clair:v2.1.
4
as base
FROM
quay.io/coreos/clair:v2.1.
6
as base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
...
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.title="clair" \
...
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.title="clair" \
org.opencontainers.image.description="Clair is an open source project for the static analysis of vulnerabilities in application containers." \
org.opencontainers.image.description="Clair is an open source project for the static analysis of vulnerabilities in application containers." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://github.com/quay/clair" \
org.opencontainers.image.url="https://github.com/quay/clair" \
org.opencontainers.image.version="v2.1.
4
" \
org.opencontainers.image.version="v2.1.
6
" \
maintainer="cht@dsop.io"
maintainer="cht@dsop.io"
RUN
groupadd
-g
1000 clair
&&
\
RUN
groupadd
-g
1000 clair
&&
\
...
...
Jenkinsfile
View file @
3a4b020e
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"v2.1.
4
"
)
dccscrPipeline
(
version:
"v2.1.
6
"
)
download.yaml
View file @
3a4b020e
resources
:
resources
:
-
url
:
"
docker://quay.io/coreos/clair@sha256:
bd6d3c5102082e3c149716d14689a531c713811f03500a80c968d09cbc82c9a3
"
-
url
:
"
docker://quay.io/coreos/clair@sha256:
ac7ea2811ac7f21a140b048c9b02bd9854b881b62dca0a4f7bfc7220db399710
"
tag
:
"
quay.io/coreos/clair:v2.1.
4
"
tag
:
"
quay.io/coreos/clair:v2.1.
6
"
-
url
:
"
https://musl.libc.org/releases/musl-1.2.0.tar.gz"
-
url
:
"
https://musl.libc.org/releases/musl-1.2.0.tar.gz"
filename
:
musl.tar.gz
filename
:
musl.tar.gz
validation
:
validation
:
...
...
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