File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 org.opencontainers.image.vendor : kokuwa.io
2727 org.opencontainers.image.licenses : EUPL-1.2
2828 org.opencontainers.image.ref.name : kokuwaio/buildctl
29- org.opencontainers.image.version : v0.23.1
29+ org.opencontainers.image.version : v0.23.2
3030 when :
3131 event : pull_request
3232
@@ -36,11 +36,11 @@ steps:
3636 << : *settings
3737 name :
3838 - registry.kokuwa.io/kokuwaio/buildctl:latest
39- - registry.kokuwa.io/kokuwaio/buildctl:v0.23.1
39+ - registry.kokuwa.io/kokuwaio/buildctl:v0.23.2
4040 - docker.io/kokuwaio/buildctl:latest
41- - docker.io/kokuwaio/buildctl:v0.23.1
41+ - docker.io/kokuwaio/buildctl:v0.23.2
4242 - ghcr.io/kokuwaio/buildctl:latest
43- - ghcr.io/kokuwaio/buildctl:v0.23.1
43+ - ghcr.io/kokuwaio/buildctl:v0.23.2
4444 auth :
4545 " https://index.docker.io/v1/ " :
4646 username : {from_secret: docker_io_username}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN ARCH=$(uname -m) && \
2121 [[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \
2222 [[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \
2323 [[ -z ${SUFFIX:-} ]] && echo "Unknown arch: $ARCH" && exit 1; \
24- wget -q "https://github.com/moby/buildkit/releases/download/v0.23.1 /buildkit-v0.23.1 .linux-$SUFFIX.tar.gz" --output-document=- | tar --gz --extract --directory=/usr/local bin/buildctl && \
24+ wget -q "https://github.com/moby/buildkit/releases/download/v0.23.2 /buildkit-v0.23.2 .linux-$SUFFIX.tar.gz" --output-document=- | tar --gz --extract --directory=/usr/local bin/buildctl && \
2525 chmod 555 /usr/local/bin/buildctl
2626
2727COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
You can’t perform that action at this time.
0 commit comments