stdlib: cue fmt
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
9281967e16
commit
6422b4d36d
@ -104,10 +104,10 @@ import (
|
|||||||
// FIXME: incorporate into #Build
|
// FIXME: incorporate into #Build
|
||||||
#ImageFromDockerfile: {
|
#ImageFromDockerfile: {
|
||||||
// Dockerfile passed as a string
|
// Dockerfile passed as a string
|
||||||
dockerfile: string @dagger(input)
|
dockerfile: string @dagger(input)
|
||||||
|
|
||||||
// Build context
|
// Build context
|
||||||
context: dagger.#Artifact @dagger(input)
|
context: dagger.#Artifact @dagger(input)
|
||||||
|
|
||||||
#up: [
|
#up: [
|
||||||
op.#DockerBuild & {
|
op.#DockerBuild & {
|
||||||
|
@ -16,7 +16,7 @@ import (
|
|||||||
version: *"1.16" | string @dagger(input)
|
version: *"1.16" | string @dagger(input)
|
||||||
|
|
||||||
// Source code
|
// Source code
|
||||||
source: dagger.#Artifact @dagger(input)
|
source: dagger.#Artifact @dagger(input)
|
||||||
|
|
||||||
os.#Container & {
|
os.#Container & {
|
||||||
env: CGO_ENABLED: "0"
|
env: CGO_ENABLED: "0"
|
||||||
|
Reference in New Issue
Block a user