We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972d4a3 commit 8e755a3Copy full SHA for 8e755a3
.github/workflows/mirror.yaml
@@ -14,6 +14,7 @@ on:
14
- registry.k8s.io/sig-storage/csi-node-driver-registrar
15
- registry.k8s.io/sig-storage/csi-provisioner
16
- registry.k8s.io/git-sync/git-sync
17
+ - registry-1.docker.io/library/golang
18
image-index-manifest-tag:
19
description: |
20
The image index manifest tag, like 1.0.14 or v1.0.14
CHANGELOG.md
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
33
- zookeeper: check for correct permissions and ownerships in /stackable folder via
34
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
35
- java: Add JDK 24 ([#1097]).
36
+- ci: Add golang image to mirror workflow ([#1103]).
37
38
### Changed
39
0 commit comments