Skip to content

Commit

Permalink
Show docker version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
falkzoll committed Oct 6, 2023
1 parent af01d82 commit dd2f4d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Docker Images Cleanup
run: |
set -x
docker version
df -h
docker image ls
docker image rm $(docker image ls -q) -f
Expand All @@ -41,6 +43,14 @@ jobs:
# We use the built in docker of the github action environment.
#- name: befor install -> docker.sh
# run: ./tools/travis/docker.sh
- name: setup docker version
run: |
set -x
dpkg -l
apt-cache policy docker-ce
#sudo apt-get -y install docker-ce=18.06.3~ce~3-0~ubuntu
sudo apt-get -y install docker-ce=20.10.24~3-0~ubuntu
docker version
- name: befor install -> install python3-pip
run: sudo apt-get install -y python3-pip
Expand Down

0 comments on commit dd2f4d8

Please sign in to comment.