diff --git a/Dockerfile b/Dockerfile index f29b27fb96f588e830f97d01253ed9b471f861d9..2c37b0b8789c3967cd022dae651e72abe1871a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GITLAB_VERSION=v16.2.0-ubi8 +ARG GITLAB_VERSION=v16.2.2-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=redhat/ubi/ubi8-minimal diff --git a/build-scripts/build.sh b/build-scripts/build.sh index f3d3611875b115fd04f026afbcd5ce67ccee1460..5f78353b1026ce4e024757f3c192ec4720918cc1 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -4,7 +4,7 @@ set -euxo pipefail -TAG=${1:-16.2.0} +TAG=${1:-16.2.2} REPOSITORY=${2:-} DOCKER_OPTS=${DOCKER_OPTS:-""} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a3245de5513652734cafb5caedba1a5579cb6825..4ef229ab2fecb22c29bc0a2ff48944a9148146b2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -5,7 +5,7 @@ name: "gitlab/gitlab/gitlab-container-registry" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "16.2.0" + - "16.2.2" - "latest" # Build args passed to Dockerfile ARGs args: @@ -22,7 +22,7 @@ labels: org.opencontainers.image.url: "https://about.gitlab.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Gitlab" - org.opencontainers.image.version: "16.2.0" + org.opencontainers.image.version: "16.2.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitlab, git, gitops" ## This value can be "opensource" or "commercial" @@ -48,13 +48,13 @@ maintainers: username: "montgomery.marcus" cht_member: true resources: - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v16.2.0-ubi8/gitlab-gomplate.tar.gz" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v16.2.2-ubi8/gitlab-gomplate.tar.gz" filename: "gitlab-gomplate.tar.gz" validation: type: "sha256" - value: "4d1899383bdb805f6d7f478bfc34b88b97c0ac3e793e918cb208846a3e512818" - - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v16.2.0-ubi8/gitlab-container-registry.tar.gz" + value: "0f01f02418ff7d96a3e1f89d5a95b7cbd0fe7b08e73deb91908d480854546ac1" + - url: "https://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v16.2.2-ubi8/gitlab-container-registry.tar.gz" filename: "gitlab-container-registry.tar.gz" validation: type: "sha256" - value: "aa570c65a5658cc8f481d5bb45518d60fa7f91b89a0f7a28aa436cc7e5ab206c" + value: "3474cd8e0c495a1bc58994613773ec28a0f579632f4501e6a7671d4201965867"