Skip to content

Commit

Permalink
feat: use stable 'alpine' regctl image tag (#354)
Browse files Browse the repository at this point in the history
We do not need to track the latest builds of regctl in the
'edge:alpine' tag, so base on 'alpine' instead in order to
reduce the frequency of updates.

Signed-off-by: Erik Swanson <[email protected]>
  • Loading branch information
eriksw authored Aug 20, 2024
1 parent 550d35d commit 72c0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./ ./

RUN CGO_ENABLED=0 go build -o /go/bin/composevalidate -trimpath -ldflags="-s -w" .

FROM ghcr.io/regclient/regctl:edge-alpine@sha256:37e50b41c26c56aa142acad4a63051d280592f514ba9a75d7232c5b133edba49
FROM ghcr.io/regclient/regctl:alpine

COPY --from=build /go/bin/composevalidate /usr/local/bin/

Expand Down

0 comments on commit 72c0572

Please sign in to comment.