Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit e82472c

Browse files
ver 0.16.2
1 parent cdbdd04 commit e82472c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
REGISTRY: ghcr.io
16-
NAME_TAG: ghcr.io/rootshell-coder/docker:0.15.1-buildx
16+
NAME_TAG: ghcr.io/rootshell-coder/docker:0.16.2-buildx
1717
LATEST_TAG: ghcr.io/rootshell-coder/docker:buildx
1818

1919
jobs:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# docker:buildx
22

33
docker:dind experimental buildx
4+
5+
- v 0.16.2

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM docker:dind
22
ENV DOCKER_CLI_EXPERIMENTAL=enabled
33
RUN mkdir -p ~/.docker/cli-plugins
4-
ADD https://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.linux-amd64 /root/.docker/cli-plugins/docker-buildx
4+
ADD https://github.com/docker/buildx/releases/download/v0.16.2/buildx-v0.16.2.linux-amd64 /root/.docker/cli-plugins/docker-buildx
55
RUN chmod a+x /root/.docker/cli-plugins/docker-buildx

0 commit comments

Comments
 (0)