parent
a8d4b11132
commit
65b095c9b3
2 changed files with 6 additions and 25 deletions
|
@ -34,13 +34,6 @@ buildah run $ctr -- corepack enable pnpm
|
|||
buildah run $ctr rm -rf /var/lib/apt/lists/*
|
||||
|
||||
buildah commit --rm $ctr $1
|
||||
if [[ $2 ]]; do
|
||||
builda tag "$@"
|
||||
fi
|
||||
|
||||
for image in "$@"; do
|
||||
buildah push $image
|
||||
done
|
||||
|
||||
# apt-get install -y --no-install-recommends \
|
||||
# ca-certificates \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue