@@ -204,22 +204,6 @@ jobs:
204204 with :
205205 submodules : true
206206 persist-credentials : false
207- - name : Disable containerd image store
208- shell : bash
209- run : |
210- DAEMON_JSON="/etc/docker/daemon.json"
211- if [ -f "$DAEMON_JSON" ]; then
212- sudo jq '. + {"features": {"containerd-snapshotter": false}}' "$DAEMON_JSON" \
213- | sudo tee "${DAEMON_JSON}.tmp" > /dev/null
214- sudo mv "${DAEMON_JSON}.tmp" "$DAEMON_JSON"
215- else
216- echo '{"features": {"containerd-snapshotter": false}}' \
217- | sudo tee "$DAEMON_JSON" > /dev/null
218- fi
219- sudo systemctl restart docker
220- docker version
221- docker info
222- echo "DOCKER_API_VERSION=$(docker version --format '{{.Server.APIVersion}}')" >> "$GITHUB_ENV"
223207 - uses : actions/download-artifact@v4
224208 name : Download distribution tar
225209 with :
@@ -755,22 +739,6 @@ jobs:
755739 with :
756740 submodules : true
757741 persist-credentials : false
758- - name : Disable containerd image store
759- shell : bash
760- run : |
761- DAEMON_JSON="/etc/docker/daemon.json"
762- if [ -f "$DAEMON_JSON" ]; then
763- sudo jq '. + {"features": {"containerd-snapshotter": false}}' "$DAEMON_JSON" \
764- | sudo tee "${DAEMON_JSON}.tmp" > /dev/null
765- sudo mv "${DAEMON_JSON}.tmp" "$DAEMON_JSON"
766- else
767- echo '{"features": {"containerd-snapshotter": false}}' \
768- | sudo tee "$DAEMON_JSON" > /dev/null
769- fi
770- sudo systemctl restart docker
771- docker version
772- docker info
773- echo "DOCKER_API_VERSION=$(docker version --format '{{.Server.APIVersion}}')" >> "$GITHUB_ENV"
774742 - run : grep -v '^#' test/e2e-v2/script/env >> "$GITHUB_ENV"
775743 - uses : apache/skywalking-cli/actions/setup@master
776744 with :
@@ -855,22 +823,6 @@ jobs:
855823 with :
856824 submodules : true
857825 persist-credentials : false
858- - name : Disable containerd image store
859- shell : bash
860- run : |
861- DAEMON_JSON="/etc/docker/daemon.json"
862- if [ -f "$DAEMON_JSON" ]; then
863- sudo jq '. + {"features": {"containerd-snapshotter": false}}' "$DAEMON_JSON" \
864- | sudo tee "${DAEMON_JSON}.tmp" > /dev/null
865- sudo mv "${DAEMON_JSON}.tmp" "$DAEMON_JSON"
866- else
867- echo '{"features": {"containerd-snapshotter": false}}' \
868- | sudo tee "$DAEMON_JSON" > /dev/null
869- fi
870- sudo systemctl restart docker
871- docker version
872- docker info
873- echo "DOCKER_API_VERSION=$(docker version --format '{{.Server.APIVersion}}')" >> "$GITHUB_ENV"
874826 - run : grep -v '^#' test/e2e-v2/script/env >> "$GITHUB_ENV"
875827 - uses : apache/skywalking-cli/actions/setup@master
876828 with :
@@ -932,22 +884,6 @@ jobs:
932884 with :
933885 submodules : true
934886 persist-credentials : false
935- - name : Disable containerd image store
936- shell : bash
937- run : |
938- DAEMON_JSON="/etc/docker/daemon.json"
939- if [ -f "$DAEMON_JSON" ]; then
940- sudo jq '. + {"features": {"containerd-snapshotter": false}}' "$DAEMON_JSON" \
941- | sudo tee "${DAEMON_JSON}.tmp" > /dev/null
942- sudo mv "${DAEMON_JSON}.tmp" "$DAEMON_JSON"
943- else
944- echo '{"features": {"containerd-snapshotter": false}}' \
945- | sudo tee "$DAEMON_JSON" > /dev/null
946- fi
947- sudo systemctl restart docker
948- docker version
949- docker info
950- echo "DOCKER_API_VERSION=$(docker version --format '{{.Server.APIVersion}}')" >> "$GITHUB_ENV"
951887 - run : grep -v '^#' test/e2e-v2/script/env >> "$GITHUB_ENV"
952888 - uses : apache/skywalking-cli/actions/setup@master
953889 with :
@@ -1004,22 +940,6 @@ jobs:
1004940 with :
1005941 submodules : true
1006942 persist-credentials : false
1007- - name : Disable containerd image store
1008- shell : bash
1009- run : |
1010- DAEMON_JSON="/etc/docker/daemon.json"
1011- if [ -f "$DAEMON_JSON" ]; then
1012- sudo jq '. + {"features": {"containerd-snapshotter": false}}' "$DAEMON_JSON" \
1013- | sudo tee "${DAEMON_JSON}.tmp" > /dev/null
1014- sudo mv "${DAEMON_JSON}.tmp" "$DAEMON_JSON"
1015- else
1016- echo '{"features": {"containerd-snapshotter": false}}' \
1017- | sudo tee "$DAEMON_JSON" > /dev/null
1018- fi
1019- sudo systemctl restart docker
1020- docker version
1021- docker info
1022- echo "DOCKER_API_VERSION=$(docker version --format '{{.Server.APIVersion}}')" >> "$GITHUB_ENV"
1023943 - run : grep -v '^#' test/e2e-v2/script/env >> "$GITHUB_ENV"
1024944 - uses : apache/skywalking-cli/actions/setup@master
1025945 with :
0 commit comments