New simplified Chromebook centric branch, without volume mounting on home + new alpine container image (should work on any aarch64)
This commit is contained in:
parent
e58c6e3200
commit
be80458918
5 changed files with 135 additions and 32 deletions
8
micro-alpine-dev/build-dockerfile.sh
Executable file
8
micro-alpine-dev/build-dockerfile.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
IMAGE_NAME="$(basename "$(pwd)")"
|
||||
|
||||
echo "Building Docker image: ${IMAGE_NAME}:latest"
|
||||
docker build -t "${IMAGE_NAME}:latest" .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue