From bca0184149c129f55aed375abf7d6215ad850a0f Mon Sep 17 00:00:00 2001 From: danielmi Date: Fri, 10 Sep 2021 18:29:51 +0000 Subject: [PATCH] artifactory 7.25.6 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- helm/iron_bank_values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0588a2b..79b5450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -ARG ARTIFACTORY_BASE_VERSION=7.25.5 +ARG ARTIFACTORY_BASE_VERSION=7.25.6 FROM releases-docker.jfrog.io/jfrog/artifactory-pro:${ARTIFACTORY_BASE_VERSION} AS base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a51ee47..aa06883 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,13 +5,13 @@ name: "jfrog/artifactory/artifactory" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "7.25.5" + - "7.25.6" - "latest" # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.4" - ARTIFACTORY_BASE_VERSION: "7.25.5" + ARTIFACTORY_BASE_VERSION: "7.25.6" # Docker image labels labels: org.opencontainers.image.title: "artifactory" @@ -23,7 +23,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.25.5" + org.opencontainers.image.version: "7.25.6" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "storage,devops,container,binary,docker,npm,rpm,debian,python,registry,oci,kubernetes" ## This value can be "opensource" or "commercial" @@ -32,8 +32,8 @@ labels: mil.dso.ironbank.product.name: "JFrog Artifactory Pro" # List of resources to make available to the offline build context resources: - - tag: releases-docker.jfrog.io/jfrog/artifactory-pro:7.25.5 - url: docker://releases-docker.jfrog.io/jfrog/artifactory-pro@sha256:dd8c14f831f2a7390967c796fb56e39686ba9c9d1012efb101446cab9bd9d77c + - tag: releases-docker.jfrog.io/jfrog/artifactory-pro:7.25.6 + url: docker://releases-docker.jfrog.io/jfrog/artifactory-pro@sha256:70fee003e7c1b77946d49f02084c711b6bd081f99cdcf3920bad449f47577cd3 # List of project maintainers maintainers: - email: "danielmi@jfrog.com" diff --git a/helm/iron_bank_values.yaml b/helm/iron_bank_values.yaml index 3edc3f7..f647727 100644 --- a/helm/iron_bank_values.yaml +++ b/helm/iron_bank_values.yaml @@ -5,7 +5,7 @@ artifactory: # Image is pending certification with Iron Bank registry: registry1.dso.mil repository: ironbank/jfrog/artifactory/artifactory - tag: 7.25.5 + tag: 7.25.6 global: imagePullSecrets: - regcred -- GitLab