This commit is contained in:
20
.github/workflows/test-e2e.yml
vendored
20
.github/workflows/test-e2e.yml
vendored
@@ -17,16 +17,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
- name: Install docker
|
# - name: Install docker
|
||||||
run: |
|
# run: |
|
||||||
apt update
|
# apt update
|
||||||
apt install -y apt-transport-https ca-certificates curl software-properties-common
|
# apt install -y apt-transport-https ca-certificates curl software-properties-common
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
||||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
# echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
apt update
|
# apt update
|
||||||
apt install -y docker-ce docker-ce-cli containerd.io
|
# apt install -y docker-ce docker-ce-cli containerd.io
|
||||||
dockerd &
|
# dockerd &
|
||||||
docker --version
|
# docker --version
|
||||||
|
|
||||||
- name: Install the latest version of kind
|
- name: Install the latest version of kind
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user