-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab-cng-17.5/17.5.1-r0: cve remediation (#33304)
- Loading branch information
1 parent
f8b7243
commit 3b85dcd
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ package: | |
name: gitlab-cng-17.5 | ||
# ---Additional updates required--- Review 'vars' section (above), when reviewing version bumps. | ||
version: "17.5.1" | ||
epoch: 0 | ||
epoch: 1 | ||
description: Cloud Native container images per component of GitLab | ||
copyright: | ||
- license: MIT | ||
|
@@ -196,6 +196,10 @@ subpackages: | |
- working-directory: ./container-registry | ||
runs: | | ||
mkdir -p "${{targets.contextdir}}"/etc/docker/registry | ||
- uses: go/bump | ||
with: | ||
deps: github.com/golang-jwt/jwt/[email protected] | ||
modroot: ./container-registry | ||
- uses: go/build | ||
with: | ||
packages: ./cmd/registry | ||
|