Skip to content
Snippets Groups Projects
Verified Commit 690aabfb authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci: Use pinned images for mirrors

parent fe9fb61f
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ MIRROR: ...@@ -7,10 +7,10 @@ MIRROR:
SAVE IMAGE --cache-hint SAVE IMAGE --cache-hint
distroless-static-debug: distroless-static-debug:
DO +MIRROR --image=gcr.io/distroless/static:debug-nonroot DO +MIRROR --image=gcr.io/distroless/static:debug-nonroot@sha256:a8017a4f68c33e1489b4ad2b88dd0e8ddbe420b0c7a5c60716c19304b0f5883e
distroless-static: distroless-static:
DO +MIRROR --image=gcr.io/distroless/static:nonroot DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:92d40eea0b5307a94f2ebee3e94095e704015fb41e35fc1fcbd1d151cc282222
golang: golang:
DO +MIRROR --image=docker.io/library/golang:1.20.5-alpine DO +MIRROR --image=docker.io/library/golang:1.20.5-alpine
...@@ -22,4 +22,5 @@ trivy: ...@@ -22,4 +22,5 @@ trivy:
DO +MIRROR --image=docker.io/aquasec/trivy:0.37.3 DO +MIRROR --image=docker.io/aquasec/trivy:0.37.3
fedora: fedora:
DO +MIRROR --image=quay.io/fedora/fedora:38 DO +MIRROR --image=quay.io/fedora/fedora:38@sha256:1972716109b1c906120061063bd4cb50a46c2138d95002ccb90126928d98e013
\ No newline at end of file
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{ {
"fileMatch": ["images/mirror/Earthfile$"], "fileMatch": ["images/mirror/Earthfile$"],
"matchStrings": [ "matchStrings": [
"DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" "DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\\s"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment