ci #735
ci.yml
on: schedule
minimal
17s
git-context
26s
git-context-secret
35s
path-context
32s
example
34s
error
4s
error-buildx
23s
docker-driver
11s
export-docker
16s
secret
14s
secret-envs
13s
network
16s
shm-size
22s
ulimit
15s
cgroup-parent
22s
add-hosts
13s
no-cache-filters
13s
registry-cache
26s
github-cache
26s
local-cache
43s
standalone
15s
named-context-pin
16s
named-context-docker
22s
named-context-container
22s
docker-config-malformed
15s
proxy-docker-config
22s
proxy-buildkitd
20s
annotations
26s
multi-output
23s
load-and-push
18s
summary-disable
13s
summary-disable-deprecated
15s
summary-not-supported
15s
record-upload-disable
16s
annotations-disabled
15s
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?
|
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:3ee6bd3a00bb98ec9d75499974d7465ba9344ed1199ed87f898cb2292a4512f1": 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
|
add-hosts
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
|
minimal
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
|
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
|
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
|
annotations-disabled
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
|
cgroup-parent
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
|
git-context
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
|
example
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
|
checks (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
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/
|
path-context
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
|
git-context-secret
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
|
load-and-push
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-container, false, false)
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 (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.
|
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
|
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
|
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, 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-container, false, true)
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
|
named-context-docker
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
|
proxy-docker-config
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
|
multi (multi)
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
|
record-upload-disable
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
|
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
|
multi (multi-sudo)
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
|
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
|
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
|
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
|
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, mode=max)
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
|
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 (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
|
github-cache
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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
crazy-max~docker-build-push-action~01H2JR.dockerbuild
|
18.5 KB |
|
crazy-max~docker-build-push-action~2MY9E8.dockerbuild
|
16.7 KB |
|
crazy-max~docker-build-push-action~3WI00U.dockerbuild
|
17.2 KB |
|
crazy-max~docker-build-push-action~6EEUQ8.dockerbuild
|
16.9 KB |
|
crazy-max~docker-build-push-action~G68ARY.dockerbuild
|
47.7 KB |
|
crazy-max~docker-build-push-action~HEMV4L.dockerbuild
|
16.3 KB |
|
crazy-max~docker-build-push-action~HFQMEC.dockerbuild
|
18.7 KB |
|
crazy-max~docker-build-push-action~HISXSP.dockerbuild
Expired
|
18.1 KB |
|
crazy-max~docker-build-push-action~IHUC0G.dockerbuild
|
46 KB |
|
crazy-max~docker-build-push-action~IK1RML.dockerbuild
|
16.6 KB |
|
crazy-max~docker-build-push-action~KFICTR.dockerbuild
|
39.5 KB |
|
crazy-max~docker-build-push-action~KWE1VP.dockerbuild
|
17.4 KB |
|
crazy-max~docker-build-push-action~LMOY1F.dockerbuild
|
35.1 KB |
|
crazy-max~docker-build-push-action~LR73CF.dockerbuild
|
23.4 KB |
|
crazy-max~docker-build-push-action~MAQBZ3.dockerbuild
|
16.7 KB |
|
crazy-max~docker-build-push-action~N8YORL.dockerbuild
|
15 KB |
|
crazy-max~docker-build-push-action~NL3I5F.dockerbuild
|
16.3 KB |
|
crazy-max~docker-build-push-action~NVCY68.dockerbuild
|
18.4 KB |
|
crazy-max~docker-build-push-action~OEMYNQ.dockerbuild
|
16.9 KB |
|
crazy-max~docker-build-push-action~OWFA2K.dockerbuild
|
15 KB |
|
crazy-max~docker-build-push-action~P7UGCT.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~Q182O5.dockerbuild
|
16.9 KB |
|
crazy-max~docker-build-push-action~Q1FAXB.dockerbuild
|
17.4 KB |
|
crazy-max~docker-build-push-action~Q1PLWB.dockerbuild
|
17.2 KB |
|
crazy-max~docker-build-push-action~QMN8BA.dockerbuild
|
17 KB |
|
crazy-max~docker-build-push-action~R1ZC0Y.dockerbuild
|
34.7 KB |
|
crazy-max~docker-build-push-action~RLHAOC.dockerbuild
|
14.5 KB |
|
crazy-max~docker-build-push-action~ROGUAH.dockerbuild
|
28.8 KB |
|
crazy-max~docker-build-push-action~S8TAGT.dockerbuild
|
23.9 KB |
|
crazy-max~docker-build-push-action~T1OH3Z.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~TDSC4N.dockerbuild
|
27.8 KB |
|
crazy-max~docker-build-push-action~TF40US.dockerbuild
|
36.5 KB |
|
crazy-max~docker-build-push-action~U1CUXE.dockerbuild
|
16.5 KB |
|
crazy-max~docker-build-push-action~UVMUB7.dockerbuild
|
27.8 KB |
|
crazy-max~docker-build-push-action~V3VKL9.dockerbuild
|
39.4 KB |
|
crazy-max~docker-build-push-action~VANSIM.dockerbuild
|
22.6 KB |
|
crazy-max~docker-build-push-action~VDJN56.dockerbuild
|
45.6 KB |
|
crazy-max~docker-build-push-action~WR5KSM.dockerbuild
|
17.1 KB |
|
crazy-max~docker-build-push-action~WZUQKH.dockerbuild
|
24.9 KB |
|
crazy-max~docker-build-push-action~X004LM.dockerbuild
|
11.2 KB |
|
crazy-max~docker-build-push-action~XFCI8K.dockerbuild
|
13.9 KB |
|
crazy-max~docker-build-push-action~XN10VS.dockerbuild
|
24.8 KB |
|
crazy-max~docker-build-push-action~Y2WDIB.dockerbuild
|
47 KB |
|
crazy-max~docker-build-push-action~YLVG5J.dockerbuild
|
24.8 KB |
|
crazy-max~docker-build-push-action~YPX30N.dockerbuild
|
25.1 KB |
|
crazy-max~docker-build-push-action~YXLMS6.dockerbuild
|
17.3 KB |
|
crazy-max~docker-build-push-action~ZA7VYJ.dockerbuild
|
40.1 KB |
|
crazy-max~docker-build-push-action~ZC6OVG.dockerbuild
|
45.6 KB |
|
crazy-max~docker-build-push-action~ZHGMOC.dockerbuild
|
23.3 KB |
|
crazy-max~docker-build-push-action~ZQ17VY.dockerbuild
|
26.3 KB |
|
crazy-max~docker-build-push-action~ZSN24Q.dockerbuild
|
23.3 KB |
|