Skip to content

Commit

Permalink
Merge pull request #116 from theohbrothers/fix/use-docker-cli-autocom…
Browse files Browse the repository at this point in the history
…pletion-to-use-latest-master-version

Fix: Use `docker` cli autocompletion to use latest `master` version
  • Loading branch information
leojonathanoh authored Oct 31, 2023
2 parents 0abb098 + 43a8fc2 commit 2133607
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion generate/templates/Dockerfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v$DOCKER_VERSION/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.10.1-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.10.1-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.10.1-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.10.1-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.11.0-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.11.0-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.11.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.11.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.12.0-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.12.0-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.12.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.12.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.13.0-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.13.0-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.13.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.13.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.14.1-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.14.1-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.14.1-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.14.1-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.15.0-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.15.0-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.15.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.15.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.16.1-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.16.1-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.16.1-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.16.1-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.17.1-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.17.1-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.17.1-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.17.1-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.18.0-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.18.0-docker-rootless-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.18.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.18.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
2 changes: 1 addition & 1 deletion variants/4.6.1-docker-go-1.20.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN set -eux; \
dockerd --version; \
runc --version
# Install bash completion
RUN wget -q https://raw.githubusercontent.com/docker/cli/v20.10.24/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
RUN wget -q https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -O /usr/share/bash-completion/completions/docker
# Post-install docker. See: https://docs.docker.com/engine/install/linux-postinstall/
RUN set -eux; \
addgroup docker; \
Expand Down
Loading

0 comments on commit 2133607

Please sign in to comment.