Skip to content

Commit

Permalink
Update registry binaries to be built with go 1.22 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl authored May 17, 2024
1 parent 0253e27 commit 4e22844
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:buster
FROM golang:1.22-bookworm
RUN apt-get update && apt-get install -y zip
WORKDIR /registries
COPY build-registries.sh .
Expand Down
9 changes: 9 additions & 0 deletions docker-registry/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build: clean
docker build -t registry-builder .
docker run --rm -v $$PWD:/registries/dist registry-builder

clean:
rm -f registry.*-*.zip


.PHONY: build
Binary file modified docker-registry/registry.darwin-amd64.zip
Binary file not shown.
Binary file modified docker-registry/registry.darwin-arm64.zip
Binary file not shown.
Binary file modified docker-registry/registry.linux-amd64.zip
Binary file not shown.
Binary file modified docker-registry/registry.linux-arm64.zip
Binary file not shown.

0 comments on commit 4e22844

Please sign in to comment.