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",
|
pull: "always",
|
||||||
settings: {
|
settings: {
|
||||||
dockerfile: "Dockerfile",
|
dockerfile: "Dockerfile",
|
||||||
build_args: {
|
build_args: [
|
||||||
BUILD_FROM: os + ":" + release,
|
"BUILD_FROM=" + os + ":" + release,
|
||||||
},
|
],
|
||||||
registry: "docker.asperti.com",
|
registry: "docker.asperti.com",
|
||||||
repo: "docker.asperti.com/paspo/docker-deb-builder",
|
repo: "docker.asperti.com/paspo/docker-deb-builder",
|
||||||
username: {
|
username: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=debian:bullseye
|
ARG BUILD_FROM
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
Loading…
Reference in New Issue
Block a user