mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 03:02:17 +00:00
Merge pull request #6392 from fidencio/topic/CC-do-not-install-docker-as-part-of-the-actions
CC | workflows: Do not install docker
This commit is contained in:
commit
8ed7b676c9
5
.github/workflows/deploy-ccv0-demo.yaml
vendored
5
.github/workflows/deploy-ccv0-demo.yaml
vendored
@ -49,11 +49,6 @@ jobs:
|
|||||||
- shim-v2
|
- shim-v2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install docker
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://test.docker.com -o test-docker.sh
|
|
||||||
sh test-docker.sh
|
|
||||||
|
|
||||||
- name: Prepare confidential container rootfs
|
- name: Prepare confidential container rootfs
|
||||||
if: ${{ matrix.asset == 'rootfs-initrd' }}
|
if: ${{ matrix.asset == 'rootfs-initrd' }}
|
||||||
run: |
|
run: |
|
||||||
|
6
.github/workflows/kata-deploy-push.yaml
vendored
6
.github/workflows/kata-deploy-push.yaml
vendored
@ -29,12 +29,6 @@ jobs:
|
|||||||
- nydus
|
- nydus
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install docker
|
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://test.docker.com -o test-docker.sh
|
|
||||||
sh test-docker.sh
|
|
||||||
|
|
||||||
- name: Build ${{ matrix.asset }}
|
- name: Build ${{ matrix.asset }}
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||||
run: |
|
run: |
|
||||||
|
5
.github/workflows/kata-deploy-test.yaml
vendored
5
.github/workflows/kata-deploy-test.yaml
vendored
@ -72,11 +72,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ steps.get-PR-ref.outputs.pr-ref }}
|
ref: ${{ steps.get-PR-ref.outputs.pr-ref }}
|
||||||
|
|
||||||
- name: Install docker
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://test.docker.com -o test-docker.sh
|
|
||||||
sh test-docker.sh
|
|
||||||
|
|
||||||
- name: Build ${{ matrix.asset }}
|
- name: Build ${{ matrix.asset }}
|
||||||
run: |
|
run: |
|
||||||
make "${KATA_ASSET}-tarball"
|
make "${KATA_ASSET}-tarball"
|
||||||
|
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -22,11 +22,6 @@ jobs:
|
|||||||
- virtiofsd
|
- virtiofsd
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install docker
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://test.docker.com -o test-docker.sh
|
|
||||||
sh test-docker.sh
|
|
||||||
|
|
||||||
- name: Build ${{ matrix.asset }}
|
- name: Build ${{ matrix.asset }}
|
||||||
run: |
|
run: |
|
||||||
./tools/packaging/kata-deploy/local-build/kata-deploy-copy-yq-installer.sh
|
./tools/packaging/kata-deploy/local-build/kata-deploy-copy-yq-installer.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user