add files

This commit is contained in:
Astra 2023-12-27 19:24:58 +00:00
commit e5a69f276a
10 changed files with 336 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}/..