/lnx-deb-image

Testing simultaneous docker hub and ghcr workflows

Primary LanguageDockerfileMIT LicenseMIT

lnx-deb-image

Testing simultaneous docker hub and ghcr workflows.

Docker compose

Navigate to root of this repo, then run: docker-compose up --detach

Manual Docker build

Build using the command below. Make sure to change the platform to whatever you need, e.g., linux/arm64, linux/amd64, etc...

cd build/debian
docker build \
    --file=Dockerfile \
    --platform=linux/arm64 \
    --tag=lnx-deb-image:v0.0.0a \
    --build-arg IMAGE_CREATED=2021-11-11T11:11:11Z \
    --build-arg IMAGE_VERSION=v0.0.0a \
    --build-arg USER_NAME=joseph \
    --build-arg USER_GROUP=joseph \
    .