Skip to content

ci

ci #2055

Triggered via schedule January 18, 2025 10:03
Status Success
Total duration 53s
Artifacts 51

ci.yml

on: schedule
minimal
26s
minimal
git-context
23s
git-context
git-context-secret
34s
git-context-secret
path-context
22s
path-context
example
31s
example
error
4s
error
error-buildx
24s
error-buildx
docker-driver
13s
docker-driver
export-docker
12s
export-docker
secret
21s
secret
secret-envs
13s
secret-envs
network
13s
network
shm-size
22s
shm-size
ulimit
14s
ulimit
cgroup-parent
14s
cgroup-parent
add-hosts
22s
add-hosts
no-cache-filters
15s
no-cache-filters
registry-cache
37s
registry-cache
github-cache
23s
github-cache
local-cache
28s
local-cache
standalone
17s
standalone
named-context-pin
15s
named-context-pin
named-context-docker
23s
named-context-docker
named-context-container
24s
named-context-container
docker-config-malformed
10s
docker-config-malformed
proxy-docker-config
29s
proxy-docker-config
proxy-buildkitd
21s
proxy-buildkitd
annotations
24s
annotations
multi-output
19s
multi-output
load-and-push
22s
load-and-push
summary-disable
15s
summary-disable
summary-disable-deprecated
17s
summary-disable-deprecated
summary-not-supported
14s
summary-not-supported
record-upload-disable
23s
record-upload-disable
annotations-disabled
14s
annotations-disabled
call-check
10s
call-check
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Fit to window
Zoom out
Zoom in

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:ffc9e22a5c69d8631b565cfc67967bcb5f0e0681f7553717aa2cebdf8836fc52": 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
docker-driver
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
cgroup-parent
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, true)
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
network
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-container, false, true)
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
no-cache-filters
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
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/
ulimit
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
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
summary-not-supported
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
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
multi (multi-sudo)
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
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.
path-context
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
add-hosts
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
proxy-buildkitd
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
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
named-context-docker
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
named-context-container
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
load-and-push
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
shm-size
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
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
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
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
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
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 (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
git-context-secret
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
example
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
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, mode=max)
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~10S1V3.dockerbuild
44.8 KB
docker~build-push-action~13OMC0.dockerbuild
16.9 KB
docker~build-push-action~2N92X8.dockerbuild
15.2 KB
docker~build-push-action~2PIJEN.dockerbuild
16.6 KB
docker~build-push-action~40SJ9T.dockerbuild
35.8 KB
docker~build-push-action~47MJU5.dockerbuild
46.4 KB
docker~build-push-action~6ISIVT.dockerbuild
19.3 KB
docker~build-push-action~6UPDU3.dockerbuild
17.4 KB
docker~build-push-action~7ZSR2K.dockerbuild
45 KB
docker~build-push-action~92D1J6.dockerbuild
18.6 KB
docker~build-push-action~A47WDO.dockerbuild
23.6 KB
docker~build-push-action~B1LYK7.dockerbuild
14.5 KB
docker~build-push-action~CFEZCO.dockerbuild
40.2 KB
docker~build-push-action~D7FG7H.dockerbuild
16.9 KB
docker~build-push-action~EK71MN.dockerbuild
23.5 KB
docker~build-push-action~F8428Y.dockerbuild
18.8 KB
docker~build-push-action~FZ3Y6D.dockerbuild
16.1 KB
docker~build-push-action~G8PLLE.dockerbuild
16.5 KB
docker~build-push-action~GUT00N.dockerbuild
19.4 KB
docker~build-push-action~HI3JTZ.dockerbuild
14 KB
docker~build-push-action~HTP49B.dockerbuild
28.5 KB
docker~build-push-action~IFR3U8.dockerbuild
37.3 KB
docker~build-push-action~J100US.dockerbuild
44.4 KB
docker~build-push-action~KLYHBU.dockerbuild
16.8 KB
docker~build-push-action~KOMTUO.dockerbuild
23.4 KB
docker~build-push-action~KQB2US.dockerbuild
38.9 KB
docker~build-push-action~L6ELW1.dockerbuild
47.9 KB
docker~build-push-action~M46BXG.dockerbuild
16.2 KB
docker~build-push-action~MFM3RV.dockerbuild
17.5 KB
docker~build-push-action~NAUJ1U.dockerbuild
25.9 KB
docker~build-push-action~NNZ3R1.dockerbuild
27.9 KB
docker~build-push-action~OB1TQM.dockerbuild
25.5 KB
docker~build-push-action~OTGS3Y.dockerbuild
26.2 KB
docker~build-push-action~OYVDP6.dockerbuild
17.5 KB
docker~build-push-action~P2D25K.dockerbuild
23.2 KB
docker~build-push-action~QSNU2N.dockerbuild
25 KB
docker~build-push-action~R39IEZ.dockerbuild
16.7 KB
docker~build-push-action~RIDOVQ.dockerbuild
16.8 KB
docker~build-push-action~SPU23V.dockerbuild
15 KB
docker~build-push-action~SQM6WY.dockerbuild
17.1 KB
docker~build-push-action~SVT8BQ.dockerbuild
16.9 KB
docker~build-push-action~UHQZTV.dockerbuild
25.1 KB
docker~build-push-action~UP85X3.dockerbuild
16.7 KB
docker~build-push-action~UU8WJ8.dockerbuild
22.3 KB
docker~build-push-action~WGRDL7.dockerbuild
18 KB
docker~build-push-action~X6M9NZ.dockerbuild
35.3 KB
docker~build-push-action~X858NI.dockerbuild
11.2 KB
docker~build-push-action~X8GA62.dockerbuild
17.1 KB
docker~build-push-action~XEVB00.dockerbuild
42.6 KB
docker~build-push-action~XP7A0H.dockerbuild
16.9 KB
docker~build-push-action~ZQ8G9V.dockerbuild
28.4 KB