Initial commit
This commit is contained in:
parent
151d11e7c8
commit
0ccf90faac
6 changed files with 128 additions and 0 deletions
5
bullseye/hooks/build
Normal file
5
bullseye/hooks/build
Normal 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}/..
|
Loading…
Add table
Add a link
Reference in a new issue