ci #2043
ci.yml
on: schedule
minimal
20s
git-context
26s
git-context-secret
40s
path-context
19s
example
23s
error
5s
error-buildx
27s
docker-driver
21s
export-docker
9s
secret
14s
secret-envs
13s
network
14s
shm-size
13s
ulimit
13s
cgroup-parent
22s
add-hosts
22s
no-cache-filters
14s
registry-cache
26s
github-cache
33s
local-cache
38s
standalone
16s
named-context-pin
15s
named-context-docker
20s
named-context-container
24s
docker-config-malformed
15s
proxy-docker-config
31s
proxy-buildkitd
21s
annotations
27s
multi-output
23s
load-and-push
33s
summary-disable
14s
summary-disable-deprecated
18s
summary-not-supported
15s
record-upload-disable
27s
annotations-disabled
22s
call-check
8s
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:2909dc77353598d2e32aa214cc883dc46344bd8879cc69b6f25eead531f80a47": dial tcp [::1]:5000: connect: connection refused
|
error
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
|
call-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
no-cache-filters
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
|
network
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
|
named-context-pin
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
|
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
|
summary-disable
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
|
ulimit
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
|
summary-not-supported
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
|
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
|
annotations-disabled
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
|
cgroup-parent
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#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/
|
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/
|
path-context
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
|
named-context-docker
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.
|
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
|
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
|
example
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-output
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
|
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
|
proxy-buildkitd
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
multi (multi-sudo)
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
|
annotations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
named-context-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
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.
|
error-buildx
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
|
registry-cache
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
|
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
|
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
|
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
|
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 (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
|
proxy-docker-config
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
|
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
|
multi (multi)
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
|
git-context-secret
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~0E8712.dockerbuild
|
23.1 KB |
|
docker~build-push-action~0K6SMU.dockerbuild
|
17 KB |
|
docker~build-push-action~0L7F83.dockerbuild
|
14 KB |
|
docker~build-push-action~0MU6BF.dockerbuild
|
46.6 KB |
|
docker~build-push-action~0OKXJ0.dockerbuild
|
25.5 KB |
|
docker~build-push-action~17F2OW.dockerbuild
|
24.7 KB |
|
docker~build-push-action~1SXP7A.dockerbuild
|
16.9 KB |
|
docker~build-push-action~4FVLJK.dockerbuild
|
25.8 KB |
|
docker~build-push-action~4R6Y6O.dockerbuild
|
17.2 KB |
|
docker~build-push-action~550AGV.dockerbuild
|
16.3 KB |
|
docker~build-push-action~6UODN0.dockerbuild
|
17 KB |
|
docker~build-push-action~7B7W17.dockerbuild
|
42.8 KB |
|
docker~build-push-action~7M6O6X.dockerbuild
|
17.3 KB |
|
docker~build-push-action~9DTXVQ.dockerbuild
|
16.3 KB |
|
docker~build-push-action~9EXXSO.dockerbuild
|
28.2 KB |
|
docker~build-push-action~9MQW5S.dockerbuild
|
16.8 KB |
|
docker~build-push-action~9W2YML.dockerbuild
|
43.5 KB |
|
docker~build-push-action~BLVWTN.dockerbuild
|
17.3 KB |
|
docker~build-push-action~BYGADE.dockerbuild
|
24.8 KB |
|
docker~build-push-action~CUJS8O.dockerbuild
|
23.4 KB |
|
docker~build-push-action~FUBHUF.dockerbuild
|
11.5 KB |
|
docker~build-push-action~I9NJRL.dockerbuild
|
17 KB |
|
docker~build-push-action~IHIKB1.dockerbuild
|
16.8 KB |
|
docker~build-push-action~IZTKSU.dockerbuild
|
18.8 KB |
|
docker~build-push-action~JJTQUB.dockerbuild
|
18.1 KB |
|
docker~build-push-action~JVGQ5R.dockerbuild
|
27.8 KB |
|
docker~build-push-action~K01QZT.dockerbuild
|
15.8 KB |
|
docker~build-push-action~KMS1WM.dockerbuild
|
38.9 KB |
|
docker~build-push-action~MBUI10.dockerbuild
|
17.3 KB |
|
docker~build-push-action~ND40IN.dockerbuild
|
13.8 KB |
|
docker~build-push-action~NNWIET.dockerbuild
|
17.2 KB |
|
docker~build-push-action~NSAP3U.dockerbuild
|
17.2 KB |
|
docker~build-push-action~ONK0PT.dockerbuild
|
18.4 KB |
|
docker~build-push-action~OWYJBS.dockerbuild
|
35.7 KB |
|
docker~build-push-action~P3Y9MY.dockerbuild
|
37.4 KB |
|
docker~build-push-action~P9GLD3.dockerbuild
|
28.6 KB |
|
docker~build-push-action~QFMCC3.dockerbuild
|
18.6 KB |
|
docker~build-push-action~SL5MJ6.dockerbuild
|
46.4 KB |
|
docker~build-push-action~STR7AF.dockerbuild
|
23.5 KB |
|
docker~build-push-action~VOVXQ8.dockerbuild
|
15.1 KB |
|
docker~build-push-action~W7YHGB.dockerbuild
Expired
|
18.4 KB |
|
docker~build-push-action~WHNIZV.dockerbuild
|
16.7 KB |
|
docker~build-push-action~WJ830A.dockerbuild
|
17.2 KB |
|
docker~build-push-action~WQ8AOE.dockerbuild
|
25 KB |
|
docker~build-push-action~WUDY64.dockerbuild
|
35.9 KB |
|
docker~build-push-action~X9E6FK.dockerbuild
|
37.4 KB |
|
docker~build-push-action~XQYSNN.dockerbuild
|
22.1 KB |
|
docker~build-push-action~Y6SIMD.dockerbuild
|
47.1 KB |
|
docker~build-push-action~YQ61WJ.dockerbuild
|
15.4 KB |
|
docker~build-push-action~ZB4ZHR.dockerbuild
|
22.8 KB |
|
docker~build-push-action~ZEB9T3.dockerbuild
|
41.2 KB |
|