UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update goharbor/registry-photon Docker tag to v2.10.2

Merged Ghost User requested to merge renovate/goharbor-registry-photon-2.x into development
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.3
FROM goharbor/registry-photon:v2.10.1 as base
FROM goharbor/registry-photon:v2.10.2 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
Loading