UNCLASSIFIED

Commit 1ddca360 authored by Daniel Casias's avatar Daniel Casias
Browse files

move content up to root directory

parent 27741cc1
// TODO - define jenkinsfile for the jfrog jfrog-artifactory v6.12.0 image
\ No newline at end of file
# Helm chart
_NOTE: Helm charts are available for JFrog applications, but at this time only the standalone docker container is supported within the DCCSCR. If you want us to expedite the helm chart for your application please contact usfed-cloud-ops@jfrog.com for assistance_
...@@ -6,15 +6,16 @@ ARG BASE_IMAGE=redhat/ubi/ubi7 ...@@ -6,15 +6,16 @@ ARG BASE_IMAGE=redhat/ubi/ubi7
ARG BASE_TAG=7.7 ARG BASE_TAG=7.7
ARG ARTIFACTORY_BASE_VERSION=6.12.0 ARG ARTIFACTORY_BASE_VERSION=6.12.0
ARG ARTIFACTORY_BASE_IMAGE=builder-jfrog/artifactory-pro
ARG UBI_BASE_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ARG UBI_BASE_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG BASE_IMAGE_REGISTRY=registry.access.redhat.com ARG BASE_IMAGE_REGISTRY=registry.access.redhat.com
# Use jfrog/artifactory-pro:6.12.0 downloaded from docker.bintray.io via prebuild.sh as builder image # Use jfrog/artifactory-pro:6.12.0 downloaded from docker.bintray.io via prebuild.sh as builder image
# jfrog/artifactory-pro:6.12.0 is not hardened, but this is okay because the base image is not artifactory-pro, but ubi7, which is hardened # jfrog/artifactory-pro:6.12.0 is not hardened, but this is okay because the base image is not artifactory-pro, but ubi7, which is hardened
FROM nexus-docker.52.61.140.4.nip.io/builder-jfrog/artifactory-pro:6.12.0 AS base FROM ${BASE_REGISTRY}/${ARTIFACTORY_BASE_IMAGE}:${ARTIFACTORY_BASE_VERSION} AS base
# The new image based on registry.access.redhat.com/ubi # The new image based on registry.access.redhat.com/ubi
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_IMAGE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
MAINTAINER JFrog, Inc. <usfed-cloud-ops@jfrog.com> MAINTAINER JFrog, Inc. <usfed-cloud-ops@jfrog.com>
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "6.12.0")
resources:
- url: "nexus-docker.52.61.140.4.nip.io/builder-jfrog/artifactory-pro"
tag: "6.12.0"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment