WIP: update tests file #1
1 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,8 @@ jobs:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
|
export DOCKER_TLS_VERIFY=""
|
||||||
|
export DOCKER_HOST="unix:///var/run/docker.sock"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get install -qq -y ca-certificates curl gnupg
|
apt-get install -qq -y ca-certificates curl gnupg
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
install -m 0755 -d /etc/apt/keyrings
|
||||||
|
@ -22,9 +24,6 @@ jobs:
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -qq -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin=2.20.2-1~debian.11~bullseye
|
apt-get install -qq -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin=2.20.2-1~debian.11~bullseye
|
||||||
docker version
|
docker version
|
||||||
#
|
|
||||||
# docker compose is prone to non backward compatible changes, pin it
|
|
||||||
#
|
|
||||||
apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
|
apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
|
||||||
docker compose version
|
docker compose version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue