fix docker trying tls??
This commit is contained in:
parent
9308fe37c6
commit
6b3d20382e
1 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,8 @@ jobs:
|
|||
- name: Install docker
|
||||
run: |
|
||||
apt-get update -qq
|
||||
export DOCKER_TLS_VERIFY=""
|
||||
export DOCKER_HOST="unix:///var/run/docker.sock"
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get install -qq -y ca-certificates curl gnupg
|
||||
install -m 0755 -d /etc/apt/keyrings
|
||||
|
@ -22,9 +24,6 @@ jobs:
|
|||
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
|
||||
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
|
||||
docker compose version
|
||||
|
||||
|
|
Loading…
Reference in a new issue