asd
This commit is contained in:
10
.github/workflows/test-e2e.yml
vendored
10
.github/workflows/test-e2e.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test-e2e:
|
test-e2e:
|
||||||
name: Run on Ubuntu
|
name: Run on Ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Clone the code
|
- name: Clone the code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -25,10 +25,10 @@ jobs:
|
|||||||
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
|
||||||
update-alternatives --set iptables /usr/sbin/iptables-nft
|
# update-alternatives --set iptables /usr/sbin/iptables-nft
|
||||||
update-alternatives --set ip6tables /usr/sbin/ip6tables-nft
|
# update-alternatives --set ip6tables /usr/sbin/ip6tables-nft
|
||||||
update-alternatives --set arptables /usr/sbin/arptables-nft
|
# update-alternatives --set arptables /usr/sbin/arptables-nft
|
||||||
update-alternatives --set ebtables /usr/sbin/ebtables-nft
|
# update-alternatives --set ebtables /usr/sbin/ebtables-nft
|
||||||
dockerd &
|
dockerd &
|
||||||
docker --version
|
docker --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user