mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Remove specific buildx versions
This commit is contained in:
parent
41165c16ff
commit
6994bdfc9c
6 changed files with 3 additions and 38 deletions
|
|
@ -24,7 +24,8 @@ PACKAGE_VERSION=$(apt-cache policy docker-ce | awk -v dv=${DOCKER_VERSION} '$1 ~
|
|||
|
||||
apt-get install -y \
|
||||
docker-ce=${PACKAGE_VERSION} \
|
||||
docker-ce-cli=${PACKAGE_VERSION}
|
||||
docker-ce-cli=${PACKAGE_VERSION} \
|
||||
docker-buildx-plugin
|
||||
|
||||
apt-get -yq autoremove
|
||||
apt-get clean -yqq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue