UNCLASSIFIED

hardening_manifest.yaml 1.89 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:
11
- "7.12.5"
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 30
  org.opencontainers.image.vendor: "JFrog"
  org.opencontainers.image.version: "7.12.5"
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:
40 41
- tag: docker.bintray.io/jfrog/artifactory-pro:7.12.5
  url: docker://docker.bintray.io/jfrog/artifactory-pro@sha256:299db6bd20751952d6810847e97cbf93f77e6dba3ce5e1f538efac9fbdc0c00c
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
   username: "danielmi"