File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
root/etc/s6-overlay/s6-rc.d/init-mod-universal-docker-setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ RUN \
6767 fi && \
6868 echo "**** grab buildx plugin ****" && \
6969 curl -fo \
70- /root-layer/docker-bins/buildx_x86_64 -L \
70+ /root-layer/docker-bins/docker- buildx_x86_64 -L \
7171 "https://github.com/docker/buildx/releases/download/${BUILDX_RELEASE}/buildx-${BUILDX_RELEASE}.linux-amd64" && \
7272 curl -fo \
73- /root-layer/docker-bins/buildx_aarch64 -L \
73+ /root-layer/docker-bins/docker- buildx_aarch64 -L \
7474 "https://github.com/docker/buildx/releases/download/${BUILDX_RELEASE}/buildx-${BUILDX_RELEASE}.linux-arm64" && \
7575 chmod +x /root-layer/docker-bins/* && \
7676 rm -rf /tmp/*
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [[ -d "/docker-bins" ]] ; then
1010 echo "Copying over docker and docker-compose binaries"
1111 mkdir -p /usr/local/lib/docker/cli-plugins
1212 mv "/docker-bins/docker-compose_${ARCH}" /usr/local/lib/docker/cli-plugins/docker-compose
13- mv "/docker-bins/buildx_${ARCH}" /usr/local/lib/docker/cli-plugins/docker-buildx
13+ mv "/docker-bins/docker- buildx_${ARCH}" /usr/local/lib/docker/cli-plugins/docker-buildx
1414 mv "/docker-bins/docker_${ARCH}" /usr/local/bin/docker
1515 mv "/docker-bins/compose-switch_${ARCH}" /usr/local/bin/docker-compose
1616 rm -rf /docker-bins
You can’t perform that action at this time.
0 commit comments