diff --git a/Dockerfile b/Dockerfile index 0588a2b757f51eafc4163fbcd1ee8bcb6eb47c23..79b5450120070644269530c306997f4b2799ea81 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 a51ee473158540c78bea7bc2e24878d12b637110..aa068836d4a412104a8171999824f34793886dfa 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 3edc3f7c0644aa42e87c34061ffeef7263732eff..f647727ef96cd0f0019c56e5eaeaf3ed893384f7 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