ci #2047
ci.yml
on: schedule
minimal
19s
git-context
23s
git-context-secret
22s
path-context
19s
example
23s
error
3s
error-buildx
25s
docker-driver
12s
export-docker
11s
secret
15s
secret-envs
13s
network
13s
shm-size
14s
ulimit
14s
cgroup-parent
15s
add-hosts
14s
no-cache-filters
16s
registry-cache
41s
github-cache
25s
local-cache
39s
standalone
22s
named-context-pin
24s
named-context-docker
31s
named-context-container
22s
docker-config-malformed
10s
proxy-docker-config
34s
proxy-buildkitd
23s
annotations
21s
multi-output
25s
load-and-push
32s
summary-disable
19s
summary-disable-deprecated
21s
summary-not-supported
25s
record-upload-disable
25s
annotations-disabled
14s
call-check
9s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Annotations
3 errors and 71 warnings
error
buildx failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
|
call-check
Check complete, 7 warnings have been found!
|
error-buildx
buildx failed with: ERROR: failed to solve: failed to push localhost:5000/name/app:latest: failed to do request: Head "http://localhost:5000/v2/name/app/blobs/sha256:e1b700d8ef4000a3a3f1c1e6f7f84a7f7f83a1d01a2cbae324e0e4139b6620cc": dial tcp [::1]:5000: connect: connection refused
|
checks (v0.14.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
error
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
call-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
export-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker-config-malformed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
|
digest (docker, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
secret-envs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
secret-envs
INVALID_SECRET= is not a valid secret
|
digest (docker, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
digest (docker, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker-driver
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
secret
INVALID_SECRET= is not a valid secret
|
no-cache-filters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cgroup-parent
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
network
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ulimit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
shm-size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
digest (docker-container, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
checks (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
Multiple instructions of the same type should not be used in the same stage:
test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used
More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
The MAINTAINER instruction is deprecated, use a label instead to define an image author:
test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label
More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
record-retention-days (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
add-hosts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
annotations-disabled
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
Attestations are only supported by buildx >= 0.10.0; the inputs 'attests', 'provenance' and 'sbom' are ignored.
|
record-retention-days (0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
minimal
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
path-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
summary-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
summary-disable-deprecated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
|
named-context-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
annotations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
digest (docker-container, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
named-context-pin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
digest (docker-container, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
standalone
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
standalone
Docker is required to export a build record
|
git-context-secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
summary-not-supported
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
git-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
example
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
record-upload-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
multi (multi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
proxy-buildkitd
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
multi-output
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
error-buildx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
sbom (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
attests-compat (latest, moby/buildkit:v0.10.6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1
|
provenance (binary, /tmp/buildx-build, mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
github-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
named-context-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
load-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
attests-compat (latest, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
proxy-docker-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
provenance (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
sbom (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
multi (multi-sudo)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
registry-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true, mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
local-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
docker~build-push-action~0H8XTN.dockerbuild
|
17.5 KB |
|
docker~build-push-action~0OWCTK.dockerbuild
|
23.1 KB |
|
docker~build-push-action~1MKPZ7.dockerbuild
|
17.1 KB |
|
docker~build-push-action~5B3TQ1.dockerbuild
|
42.9 KB |
|
docker~build-push-action~62MCD0.dockerbuild
|
45 KB |
|
docker~build-push-action~6GRX8M.dockerbuild
|
18.2 KB |
|
docker~build-push-action~9XO25X.dockerbuild
|
17.2 KB |
|
docker~build-push-action~AAE80D.dockerbuild
|
16.9 KB |
|
docker~build-push-action~ALYWBG.dockerbuild
|
25.6 KB |
|
docker~build-push-action~AZCGG5.dockerbuild
|
35.2 KB |
|
docker~build-push-action~CXCHYI.dockerbuild
|
14 KB |
|
docker~build-push-action~D12XD7.dockerbuild
|
18.4 KB |
|
docker~build-push-action~DW7RES.dockerbuild
|
17.3 KB |
|
docker~build-push-action~EY7W4K.dockerbuild
|
17 KB |
|
docker~build-push-action~FH9Y9B.dockerbuild
|
16.4 KB |
|
docker~build-push-action~GL19ZW.dockerbuild
|
16.8 KB |
|
docker~build-push-action~GTSKG6.dockerbuild
|
11.3 KB |
|
docker~build-push-action~HCX3MM.dockerbuild
|
16.7 KB |
|
docker~build-push-action~HHORUY.dockerbuild
|
29.6 KB |
|
docker~build-push-action~HUKBBU.dockerbuild
|
16.7 KB |
|
docker~build-push-action~I8L8PD.dockerbuild
|
25.3 KB |
|
docker~build-push-action~KU7NAK.dockerbuild
|
36.7 KB |
|
docker~build-push-action~KZ9Y2W.dockerbuild
|
14.3 KB |
|
docker~build-push-action~LIETM3.dockerbuild
|
14.8 KB |
|
docker~build-push-action~LKLVDL.dockerbuild
|
17 KB |
|
docker~build-push-action~LLMU89.dockerbuild
|
22.3 KB |
|
docker~build-push-action~LPYX1E.dockerbuild
|
23.8 KB |
|
docker~build-push-action~MH4I33.dockerbuild
|
27.9 KB |
|
docker~build-push-action~MN2LGL.dockerbuild
|
24.8 KB |
|
docker~build-push-action~N2P52K.dockerbuild
|
16.9 KB |
|
docker~build-push-action~N3NZUL.dockerbuild
|
25 KB |
|
docker~build-push-action~NPA9K4.dockerbuild
|
16.1 KB |
|
docker~build-push-action~NRWMVE.dockerbuild
|
39 KB |
|
docker~build-push-action~O7OGWX.dockerbuild
|
18.2 KB |
|
docker~build-push-action~OV4RPJ.dockerbuild
|
17.1 KB |
|
docker~build-push-action~P9P684.dockerbuild
|
43.5 KB |
|
docker~build-push-action~PPODSN.dockerbuild
Expired
|
18.2 KB |
|
docker~build-push-action~PU7RRP.dockerbuild
|
36.8 KB |
|
docker~build-push-action~RPJ9W1.dockerbuild
|
47.9 KB |
|
docker~build-push-action~RR4KE3.dockerbuild
|
26 KB |
|
docker~build-push-action~S9PC5F.dockerbuild
|
17 KB |
|
docker~build-push-action~SG538A.dockerbuild
|
40.7 KB |
|
docker~build-push-action~U8FIG9.dockerbuild
|
23 KB |
|
docker~build-push-action~UGPIOY.dockerbuild
|
14.7 KB |
|
docker~build-push-action~VOXCGE.dockerbuild
|
17.1 KB |
|
docker~build-push-action~VSQUR8.dockerbuild
|
34.9 KB |
|
docker~build-push-action~VZ6X39.dockerbuild
|
28.6 KB |
|
docker~build-push-action~W2VC4E.dockerbuild
|
43.8 KB |
|
docker~build-push-action~W5KNOK.dockerbuild
|
16.6 KB |
|
docker~build-push-action~XTG1GL.dockerbuild
|
23.1 KB |
|
docker~build-push-action~YGPLHX.dockerbuild
|
18.4 KB |
|