WIP: update tests file #1

Draft
merith-tk wants to merge 7 commits from wip-entrypoint-tests-fix into wip-entrypoint
Showing only changes of commit 6b3d20382e - Show all commits

View file

@ -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