Revert "Install v2.20.0 of docker-compose-plugin" (#7019)

Reverts https://github.com/letsencrypt/boulder/pull/6997, which manually
installed a specific version of the docker compose cli plugin to work
around a bug in the version installed by default. The images now ship
the fixed version by default
(https://github.com/actions/runner-images/issues/7916#issuecomment-1649361508),
so we can remove the workaround.

Fixes https://github.com/letsencrypt/boulder/issues/6998
This commit is contained in:
Aaron Gable 2023-08-02 13:24:50 -07:00 committed by GitHub
parent 686b2aa684
commit 2ecd3700df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -74,11 +74,6 @@ jobs:
with:
persist-credentials: false
# TODO(#6998): Remove this step when the ubuntu-20.04 image has v2.20.0+.
# Install instructions copied from https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
- name: Update docker compose plugin
run: mkdir -p ${DOCKER_CONFIG:-$HOME/.docker}/cli-plugins && curl -SL https://github.com/docker/compose/releases/download/v2.20.0/docker-compose-linux-x86_64 -o ${DOCKER_CONFIG:-$HOME/.docker}/cli-plugins/docker-compose && chmod +x ${DOCKER_CONFIG:-$HOME/.docker}/cli-plugins/docker-compose
- name: Docker Login
# You may pin to the exact commit or the version.
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a