Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
419d03fa43
|
|||
|
83355f79ed
|
@@ -10,7 +10,7 @@ set -ex
|
|||||||
# Default args
|
# Default args
|
||||||
DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME:-calpine-os-linux}
|
DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME:-calpine-os-linux}
|
||||||
DOCKER_USERNAME="${DOCKER_USERNAME:-cubetiq}"
|
DOCKER_USERNAME="${DOCKER_USERNAME:-cubetiq}"
|
||||||
ALPINE_VERSION="${ALPINE_VERSION:-3.16.2}"
|
ALPINE_VERSION="${ALPINE_VERSION:-3.16}"
|
||||||
ALPINE_MAKE_ROOTFS_VERSION="${ALPINE_MAKE_ROOTFS_VERSION:-0.6.1}"
|
ALPINE_MAKE_ROOTFS_VERSION="${ALPINE_MAKE_ROOTFS_VERSION:-0.6.1}"
|
||||||
PACKAGES="apk-tools ca-certificates ssl_client"
|
PACKAGES="apk-tools ca-certificates ssl_client"
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ $PRE_INSTALL
|
|||||||
# Build from alpine rootfs
|
# Build from alpine rootfs
|
||||||
# Download rootfs builder and verify it.
|
# Download rootfs builder and verify it.
|
||||||
wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/v${ALPINE_MAKE_ROOTFS_VERSION}/alpine-make-rootfs -O "$MKROOTFS"
|
wget https://raw.githubusercontent.com/alpinelinux/alpine-make-rootfs/v${ALPINE_MAKE_ROOTFS_VERSION}/alpine-make-rootfs -O "$MKROOTFS"
|
||||||
echo "c9cfea712709df162f4dcf26e2b1422aadabad43 $MKROOTFS" | sha1sum -c -
|
echo "73948b9ee3580d6d9dc277ec2d9449d941e32818 $MKROOTFS" | sha1sum -c -
|
||||||
chmod +x ${MKROOTFS}
|
chmod +x ${MKROOTFS}
|
||||||
|
|
||||||
sudo ${MKROOTFS} --mirror-uri http://dl-2.alpinelinux.org/alpine \
|
sudo ${MKROOTFS} --mirror-uri http://dl-2.alpinelinux.org/alpine \
|
||||||
|
|||||||
Reference in New Issue
Block a user