image spec: fix linter

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-12-09 16:26:37 -05:00
parent 0768ac9f3f
commit c3e9883f57

View File

@ -9,10 +9,10 @@ package engine
// - "index.docker.io/dagger:latest@sha256:a89cb097693dd354de598d279c304a1c73ee550fbfff6d9ee515568e0c749cfe" // - "index.docker.io/dagger:latest@sha256:a89cb097693dd354de598d279c304a1c73ee550fbfff6d9ee515568e0c749cfe"
#Ref: string #Ref: string
// Container image config // Container image config. See [OCI](https://opencontainers.org/).
// See https://opencontainers.org // Spec left open on purpose to account for additional fields.
// https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/image.go // [Image Spec](https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/config.go)
// https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/config.go // [Docker Superset](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/image.go)
#ImageConfig: { #ImageConfig: {
Env?: [...string] Env?: [...string]
User?: string User?: string