Created
August 12, 2023 19:04
-
-
Save cpuguy83/9db53b1811756bb699e32b7ede625ed5 to your computer and use it in GitHub Desktop.
Example buildkit policy
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
{ | |
"rules": [ | |
{ | |
"action": "CONVERT", | |
"selector": { | |
"identifier": "docker-image://docker.io/library/golang:1.20-bullseye" | |
}, | |
"updates": { | |
"identifier": "docker-image://mcr.microsoft.com/oss/go/microsoft/golang:1.20-bullseye" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment