add files
This commit is contained in:
commit
e5a69f276a
10 changed files with 336 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}/..
|
2
bullseye/hooks/push
Normal file
2
bullseye/hooks/push
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker push --all-tags ${DOCKER_REPO}
|
Loading…
Add table
Add a link
Reference in a new issue