test
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 12s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been cancelled
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 12s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been cancelled
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been cancelled
This commit is contained in:
@@ -20,7 +20,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-rootfs:
|
build-rootfs:
|
||||||
runs-on: docker-build
|
runs-on: docker-build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -30,17 +29,10 @@ jobs:
|
|||||||
mkdir -p latest
|
mkdir -p latest
|
||||||
bash base-image-script/alpine-base_pt1.sh
|
bash base-image-script/alpine-base_pt1.sh
|
||||||
|
|
||||||
- name: Run Alpine build scripts inside privileged container
|
- name: Run build scripts inside docker container
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged \
|
docker run --rm --privileged -v ${{ github.workspace }}:/workspace -w /workspace alpine:latest \
|
||||||
-v "${{ github.workspace }}":/workspace \
|
|
||||||
-w /workspace \
|
|
||||||
alpine:latest \
|
|
||||||
sh -c "
|
|
||||||
apk add --no-cache bash curl wget sudo git jq && \
|
|
||||||
chmod +x base-image-script/*.sh && \
|
|
||||||
bash base-image-script/alpine-base_pt1.sh
|
bash base-image-script/alpine-base_pt1.sh
|
||||||
"
|
|
||||||
|
|
||||||
- name: Show tarball
|
- name: Show tarball
|
||||||
run: ls -lh ${{ env.OUTPUT_TAR }}
|
run: ls -lh ${{ env.OUTPUT_TAR }}
|
||||||
|
|||||||
Reference in New Issue
Block a user