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
J
JFrog
artifactory
artifactory-oss
Commits
969df3cd
Commit
969df3cd
authored
Feb 05, 2021
by
Daniel Miakotkin
Browse files
Artifactory OSS 7.12.6, migration to releases-docker.jfrog.io
parent
8b463c8d
Pipeline
#152316
passed with stages
in 18 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
969df3cd
...
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.3
FROM
docker.bintray
.io/jfrog/artifactory-oss:7.12.
5
AS base
FROM
releases-docker.jfrog
.io/jfrog/artifactory-oss:7.12.
6
AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
...
@@ -10,7 +10,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
USER
root
# Set vars
ARG
ARTIFACTORY_VERSION=7.12.
5
ARG
ARTIFACTORY_VERSION=7.12.
6
ENV
JF_ARTIFACTORY_USER=artifactory \
ARTIFACTORY_VERSION=${ARTIFACTORY_VERSION} \
ARTIFACTORY_BOOTSTRAP=/artifactory_bootstrap \
...
...
hardening_manifest.yaml
View file @
969df3cd
...
...
@@ -8,7 +8,7 @@ name: "jfrog/artifactory/artifactory-oss"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
7.12.
5
"
-
"
7.12.
6
"
-
"
latest"
# Build args passed to Dockerfile ARGs
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://jfrog.com"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
JFrog"
org.opencontainers.image.version
:
"
7.12.
5
"
org.opencontainers.image.version
:
"
7.12.
6
"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
storage,devops,container,binary,docker,maven,gradle,ivy"
## This value can be "opensource" or "commercial"
...
...
@@ -37,8 +37,8 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
tag
:
docker.bintray
.io/jfrog/artifactory-oss:7.12.
5
url
:
docker://
docker.bintray
.io/jfrog/artifactory-oss@sha256:
bc53370d6cc3457c56fe7cb11a38cb606ea4b2116f9dbd3a5b84e70ea3b531de
-
tag
:
releases-docker.jfrog
.io/jfrog/artifactory-oss:7.12.
6
url
:
docker://
releases-docker.jfrog
.io/jfrog/artifactory-oss@sha256:
6c229effd2a7ef2807268267e1e296638e1f281e4d7b98eb829ef34ae95edef5
# List of project maintainers
maintainers
:
...
...
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