image spec: fix linter
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
0768ac9f3f
commit
c3e9883f57
@ -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
|
||||||
|
Reference in New Issue
Block a user