dfdsh
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 10s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-changelogs (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-build-info (push) Has been skipped
Some checks failed
Build and Push Alpine RootFS and Docker Images / build-and-upload-rootfs (push) Failing after 10s
Build and Push Alpine RootFS and Docker Images / build-and-push-docker-images (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-changelogs (push) Has been skipped
Build and Push Alpine RootFS and Docker Images / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
mkdir -p output
|
||||
for version in $ALPINE_VERSIONS; do
|
||||
echo "[INFO] Building Alpine $version rootfs"
|
||||
docker build --build-arg ALPINE_VERSION=$version -t alpine-builder:$version -f .
|
||||
docker build --build-arg ALPINE_VERSION=$version -t alpine-builder:$version -f Dockerfile .
|
||||
|
||||
mkdir -p output/$version
|
||||
cid=$(docker create alpine-builder:$version)
|
||||
|
||||
Reference in New Issue
Block a user