UNCLASSIFIED

hardening_manifest.yaml 2.01 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
---
apiVersion: v1

# The repository name in registry1, excluding /ironbank/
name: "jfrog/artifactory/artifactory"

# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
Daniel Miakotkin's avatar
Daniel Miakotkin committed
11
- "7.15.3"
12 13 14 15 16 17 18 19 20 21 22
- "latest"

# Build args passed to Dockerfile ARGs
args:
  BASE_IMAGE: "redhat/ubi/ubi8"
  BASE_TAG: "8.3"

# Docker image labels
labels:
  org.opencontainers.image.title: "artifactory"
  ## Human-readable description of the software packaged in the image
23
  org.opencontainers.image.description: "JFrog Artifactory Pro image based on the Red Hat Universal Base Image for DSOP."
24
  ## License(s) under which contained software is distributed
25
  org.opencontainers.image.licenses: "https://jfrog.com/artifactory/eula/"
26
  ## URL to find more information on the image
27
  org.opencontainers.image.url: "https://jfrog.com"
28
  ## Name of the distributing entity, organization or individual
29
  org.opencontainers.image.vendor: "JFrog"
Daniel Miakotkin's avatar
Daniel Miakotkin committed
30
  org.opencontainers.image.version: "7.15.3"
31
  ## Keywords to help with search (ex. "cicd,gitops,golang")
32
  mil.dso.ironbank.image.keywords: "storage,devops,container,binary,docker,npm,rpm,debian,python,registry,oci,kubernetes"
33
  ## This value can be "opensource" or "commercial"
34
  mil.dso.ironbank.image.type: "commercial"
35
  ## Product the image belongs to for grouping multiple images
36
  mil.dso.ironbank.product.name: "JFrog Artifactory Pro"
37 38 39

# List of resources to make available to the offline build context
resources:
Daniel Miakotkin's avatar
Daniel Miakotkin committed
40 41
- tag: releases-docker.jfrog.io/jfrog/artifactory-pro:7.15.3
  url: docker://releases-docker.jfrog.io/jfrog/artifactory-pro@sha256:ea7b7c3da08ce05e80a68012684b0708a63bbcc7652f884890ddfe17e510dae0
42 43 44 45 46

# List of project maintainers
maintainers:
- email: "danielmi@jfrog.com"
#   # The name of the current container owner
47
  name: "Daniel Miakotkin"
48
#   # The gitlab username of the current container owner
49 50 51 52 53 54
  username: "danielmi"
- email: "klepal_alexander@bah.com"
  name: "Alexander Klepal"
  username: "alexander.klepal"
  cht_member: true