Skip to content

Commit

Permalink
feat: use stable 'alpine' regctl image tag (#376)
Browse files Browse the repository at this point in the history
We do not need to track the latest builds of regsync 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 3fe6d22 commit 34db752
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/composesync -trimpath -ldflags="-s -w" .

FROM ghcr.io/regclient/regsync:edge-alpine@sha256:2e2977c272d3f796911a915bd3b6bbb9b09541fd1f507a50219aa5753352cf97
FROM ghcr.io/regclient/regsync:alpine

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

Expand Down

0 comments on commit 34db752

Please sign in to comment.