Dockerfile... variable usage
Some checks reported errors
continuous-integration/drone/tag Build was killed
Some checks reported errors
continuous-integration/drone/tag Build was killed
This commit is contained in:
parent
351f43f69e
commit
da909c8c53
@ -9,9 +9,9 @@ local Pipeline(os, release) = {
|
||||
pull: "always",
|
||||
settings: {
|
||||
dockerfile: "Dockerfile",
|
||||
build_args: {
|
||||
BUILD_FROM: os + ":" + release,
|
||||
},
|
||||
build_args: [
|
||||
"BUILD_FROM=" + os + ":" + release,
|
||||
],
|
||||
registry: "docker.asperti.com",
|
||||
repo: "docker.asperti.com/paspo/docker-deb-builder",
|
||||
username: {
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=debian:bullseye
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
RUN \
|
||||
|
Loading…
Reference in New Issue
Block a user