ci #750
ci.yml
on: schedule
minimal
27s
git-context
31s
git-context-secret
41s
path-context
22s
example
32s
error
8s
error-buildx
40s
docker-driver
19s
export-docker
16s
secret
27s
secret-envs
28s
network
15s
shm-size
20s
ulimit
23s
cgroup-parent
16s
add-hosts
19s
no-cache-filters
16s
registry-cache
30s
github-cache
30s
local-cache
38s
standalone
16s
named-context-pin
18s
named-context-docker
25s
named-context-container
37s
docker-config-malformed
11s
proxy-docker-config
36s
proxy-buildkitd
23s
annotations
29s
multi-output
38s
load-and-push
28s
summary-disable
15s
summary-disable-deprecated
14s
summary-not-supported
19s
record-upload-disable
29s
annotations-disabled
13s
call-check
11s
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?
|
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:e6cc44c4a7192864145e38b76802bc37b2d7c502e1b95a8570aa9c5194641bb7": dial tcp [::1]:5000: connect: connection refused
|
call-check
Check complete, 7 warnings have been found!
|
error
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
|
export-docker
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
|
add-hosts
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
|
no-cache-filters
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
|
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
|
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
|
minimal
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
|
git-context
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
|
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
|
call-check
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
|
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
|
shm-size
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
|
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/
|
git-context-secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|
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
|
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.
|
ulimit
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 (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
|
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
|
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, false, 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, true)
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
|
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
|
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
|
example
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
|
github-cache
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
|
load-and-push
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
|
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
|
named-context-docker
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
|
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
|
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.
|
summary-disable
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
|
summary-not-supported
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
|
multi-output
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
|
named-context-container
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
|
multi (multi)
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
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
crazy-max~docker-build-push-action~0L5SJW.dockerbuild
|
17.5 KB |
|
crazy-max~docker-build-push-action~1RH7VP.dockerbuild
|
25.1 KB |
|
crazy-max~docker-build-push-action~4630WN.dockerbuild
|
48.4 KB |
|
crazy-max~docker-build-push-action~5AGXP0.dockerbuild
|
23.5 KB |
|
crazy-max~docker-build-push-action~984OVH.dockerbuild
|
28.1 KB |
|
crazy-max~docker-build-push-action~9I8XYI.dockerbuild
|
17.9 KB |
|
crazy-max~docker-build-push-action~AMYJH0.dockerbuild
|
16.9 KB |
|
crazy-max~docker-build-push-action~BVCYX8.dockerbuild
|
18.7 KB |
|
crazy-max~docker-build-push-action~C5HLLI.dockerbuild
|
16.6 KB |
|
crazy-max~docker-build-push-action~CJJ93F.dockerbuild
|
25.3 KB |
|
crazy-max~docker-build-push-action~EC5RQV.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~F1A0Q9.dockerbuild
|
16.8 KB |
|
crazy-max~docker-build-push-action~FPPINL.dockerbuild
|
39.5 KB |
|
crazy-max~docker-build-push-action~HF04HD.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~I9W4IQ.dockerbuild
|
25.6 KB |
|
crazy-max~docker-build-push-action~IH7X9R.dockerbuild
|
23.9 KB |
|
crazy-max~docker-build-push-action~IU3O7O.dockerbuild
|
44.1 KB |
|
crazy-max~docker-build-push-action~JHCKKR.dockerbuild
|
17.3 KB |
|
crazy-max~docker-build-push-action~KK5EML.dockerbuild
|
36.2 KB |
|
crazy-max~docker-build-push-action~KSKQQS.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~LTSHKQ.dockerbuild
|
11.5 KB |
|
crazy-max~docker-build-push-action~MKD6Q0.dockerbuild
|
45.3 KB |
|
crazy-max~docker-build-push-action~MZV55J.dockerbuild
|
44.3 KB |
|
crazy-max~docker-build-push-action~N6AD3E.dockerbuild
|
19.4 KB |
|
crazy-max~docker-build-push-action~N9GDQL.dockerbuild
|
25.5 KB |
|
crazy-max~docker-build-push-action~OB0EAI.dockerbuild
|
26.2 KB |
|
crazy-max~docker-build-push-action~OGQPRZ.dockerbuild
|
39.8 KB |
|
crazy-max~docker-build-push-action~PIJHP5.dockerbuild
|
17.2 KB |
|
crazy-max~docker-build-push-action~QQD26B.dockerbuild
|
22 KB |
|
crazy-max~docker-build-push-action~QU0R86.dockerbuild
|
17.4 KB |
|
crazy-max~docker-build-push-action~QZWYNW.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~R0RHVT.dockerbuild
|
18.2 KB |
|
crazy-max~docker-build-push-action~R6K62H.dockerbuild
|
28.9 KB |
|
crazy-max~docker-build-push-action~SB1EV9.dockerbuild
|
36.9 KB |
|
crazy-max~docker-build-push-action~SSVE3S.dockerbuild
|
14.9 KB |
|
crazy-max~docker-build-push-action~SXR3RN.dockerbuild
|
16.3 KB |
|
crazy-max~docker-build-push-action~TRE35I.dockerbuild
|
17.3 KB |
|
crazy-max~docker-build-push-action~VWVKB1.dockerbuild
|
24.9 KB |
|
crazy-max~docker-build-push-action~WK51C2.dockerbuild
|
43.5 KB |
|
crazy-max~docker-build-push-action~WU0T7W.dockerbuild
|
15.3 KB |
|
crazy-max~docker-build-push-action~WYJLL9.dockerbuild
|
18.3 KB |
|
crazy-max~docker-build-push-action~X1MK8X.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~X2NBIB.dockerbuild
Expired
|
18.2 KB |
|
crazy-max~docker-build-push-action~X6CD5F.dockerbuild
|
14 KB |
|
crazy-max~docker-build-push-action~XC37NL.dockerbuild
|
28 KB |
|
crazy-max~docker-build-push-action~XCX37W.dockerbuild
|
35.6 KB |
|
crazy-max~docker-build-push-action~Y1OXE8.dockerbuild
|
16.9 KB |
|
crazy-max~docker-build-push-action~Y2UIHD.dockerbuild
|
23 KB |
|
crazy-max~docker-build-push-action~YG8PV0.dockerbuild
|
46 KB |
|
crazy-max~docker-build-push-action~Z9Q0KT.dockerbuild
|
14.6 KB |
|
crazy-max~docker-build-push-action~ZQC17W.dockerbuild
|
17.9 KB |
|