mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix tagging of image
This commit is contained in:
parent
6d3a0ab5bf
commit
60678949bb
@ -14,7 +14,7 @@ _b9_dockerize_update_base() {
|
||||
rm $TMPFILE
|
||||
|
||||
# build base image
|
||||
docker build --rm -t /v $TMP:/tmp $B9_DOCKER_REGISTRY/c9:base $B9_DIR/containers/c9
|
||||
docker build -t $B9_DOCKER_REGISTRY/c9:base $B9_DIR/containers/c9
|
||||
|
||||
CID=$(docker run -d $B9_DOCKER_REGISTRY/c9:base sleep 1h)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user