Migrate from bullseye to bookworm
* Pin bookworm explicitly in parent container image tags * Update references to bullseye
This commit is contained in:
parent
78009c6396
commit
573abc9a49
11 changed files with 9 additions and 9 deletions
5
bookworm/hooks/build
Normal file
5
bookworm/hooks/build
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
docker build --target=bookworm-base -t $DOCKER_REPO:latest -t $DOCKER_REPO:base ${SCRIPT_DIR}/..
|
2
bookworm/hooks/push
Normal file
2
bookworm/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