Initial commit

This commit is contained in:
John Edwards 2023-09-30 20:58:08 +01:00
parent 151d11e7c8
commit 0ccf90faac
6 changed files with 128 additions and 0 deletions

5
bullseye/hooks/build Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build --target=bullseye-base -t $DOCKER_REPO:latest -t $DOCKER_REPO:base ${SCRIPT_DIR}/..