Skip to content

ci

ci #2031

Triggered via schedule January 7, 2025 10:04
Status Success
Total duration 1m 2s
Artifacts 51
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: schedule
minimal
27s
minimal
git-context
34s
git-context
git-context-secret
32s
git-context-secret
path-context
19s
path-context
example
24s
example
error
5s
error
error-buildx
22s
error-buildx
docker-driver
17s
docker-driver
export-docker
10s
export-docker
secret
14s
secret
secret-envs
14s
secret-envs
network
24s
network
shm-size
22s
shm-size
ulimit
14s
ulimit
cgroup-parent
12s
cgroup-parent
add-hosts
17s
add-hosts
no-cache-filters
26s
no-cache-filters
registry-cache
22s
registry-cache
github-cache
23s
github-cache
local-cache
26s
local-cache
standalone
21s
standalone
named-context-pin
20s
named-context-pin
named-context-docker
30s
named-context-docker
named-context-container
33s
named-context-container
docker-config-malformed
11s
docker-config-malformed
proxy-docker-config
29s
proxy-docker-config
proxy-buildkitd
20s
proxy-buildkitd
annotations
26s
annotations
multi-output
18s
multi-output
load-and-push
19s
load-and-push
summary-disable
13s
summary-disable
summary-disable-deprecated
13s
summary-disable-deprecated
summary-not-supported
15s
summary-not-supported
record-upload-disable
27s
record-upload-disable
annotations-disabled
13s
annotations-disabled
call-check
11s
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:5af88a53e069fd4f9359ced004ac1c1646903cfe839c49bc6d026a1e927e6d58": 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
cgroup-parent
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
export-docker
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
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
annotations-disabled
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
summary-disable
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
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.
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
add-hosts
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
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
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/
path-context
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/
summary-not-supported
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
error-buildx
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
multi-output
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
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-pin
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
github-cache
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
load-and-push
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
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
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, 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
minimal
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
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
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
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 (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-upload-disable
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
annotations
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
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
git-context
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
proxy-docker-config
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
named-context-docker
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
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
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
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

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~05GBST.dockerbuild Expired
23.7 KB
sha256:b1b9bff743388c0908b3a3371fcf7836c86da659d752a3b07a25feff440e6291
docker~build-push-action~18D90R.dockerbuild Expired
17.8 KB
sha256:36b6418968b7ec61fb122f5708f5c5024a03faee9b1ec55f06e9609498cc883c
docker~build-push-action~31VI5C.dockerbuild Expired
16.9 KB
sha256:d3574638402e3bf59cbaec5295bbf28f127ab3df33900cdeb191e1acd746607d
docker~build-push-action~5AATZO.dockerbuild Expired
14.7 KB
sha256:8c3df4467a8d847c1c960a6ce0abcab3a479100155a14a4cf1127a86aca01aba
docker~build-push-action~5WWWHI.dockerbuild Expired
43.2 KB
sha256:179d1ee4e5621765516541c34635ad490dfac7943a9bffad5bf3bbbd05204109
docker~build-push-action~76K8Y9.dockerbuild Expired
17 KB
sha256:17aa74366cb9a4c00371ef79023f4403c229bd2889360c620afb0b6e2259516e
docker~build-push-action~9NIATR.dockerbuild Expired
48.5 KB
sha256:70b37db986eacd1148db7eb54b0df605e65d2af6ad2129a804e2bcbf15d23d63
docker~build-push-action~9UJX10.dockerbuild Expired
23.2 KB
sha256:19bbe9ab348512d4c8b72e89a0f2ae05d5107d2788ca2ead237b0acb723276f7
docker~build-push-action~A7IVHO.dockerbuild Expired
23.8 KB
sha256:bdd524067f648ba7e8394531824c12113fa5bb3dcf09899300bb9ba0bf794765
docker~build-push-action~AJJW7V.dockerbuild Expired
47.6 KB
sha256:9af68e1312acd6fb626f2a32ee41877d4b726fcbc50a585348cafd9e2ed98533
docker~build-push-action~CBMKGA.dockerbuild Expired
17 KB
sha256:2549a6d04238a50628f3b097259a44507fae46e48bd3e074d2918172d664cc61
docker~build-push-action~E8XE2T.dockerbuild Expired
23.5 KB
sha256:7af795f1e5d8b8fef4bb855e919ece7f0a590388958372166635ea60f20c7065
docker~build-push-action~ENNNTF.dockerbuild Expired
16.5 KB
sha256:f7566749fc210866f117ab32e0d466242b9a68331be8ab4969a50d970486781d
docker~build-push-action~ERSU6K.dockerbuild Expired
36.7 KB
sha256:6ff40ef243261c11969808802d2ca446b83c14160fbdab2ce17aaa49a0793391
docker~build-push-action~GZPH06.dockerbuild Expired
16.5 KB
sha256:8a14ef7c06647c44f73719969fafa57cd7b4f92183368c2246eef93e10e4145f
docker~build-push-action~GZZA51.dockerbuild Expired
22.6 KB
sha256:4f740de8b44bdde8941b83ae3d76cb019ce79f98de1bbc28e537f08f619c7606
docker~build-push-action~HC9MDM.dockerbuild Expired
16.6 KB
sha256:34c44340f5056d555038229408b3a9e25f3df2391fc0d5a22a256253941dbbac
docker~build-push-action~HZ3DH9.dockerbuild Expired
14 KB
sha256:66e9f4ba0daf2940d4b2b49ba5c5eb1269811360f60563dc6f901afae14b31e1
docker~build-push-action~IJSOC7.dockerbuild Expired
17.1 KB
sha256:c4dcef4b9648ccc023f85cb156e2a6154abe5ded1c026b9d3c5260468b2bbc1b
docker~build-push-action~J3LD1A.dockerbuild Expired
25.2 KB
sha256:338e67a0cb30531ad9e404f1178dda75f7072a38a33283f5511352e266bf4a84
docker~build-push-action~JHOSJL.dockerbuild Expired
17.5 KB
sha256:a3f6e74ef2e53f45d7eb500f82ae5f2609c4535bba422246f2bf670e4a51f955
docker~build-push-action~JHX14Z.dockerbuild Expired
17 KB
sha256:676b2a99f7854aba17bc7874ffa7c0aca550d0f79e4c6e4669ce9f4ac6b72a9d
docker~build-push-action~JUUU6G.dockerbuild Expired
43.9 KB
sha256:026901b82f804adbfd03cdbc03a9fa52add0c84062dd6ba36e2d61f8b9e72df4
docker~build-push-action~JYYSQC.dockerbuild Expired
15.3 KB
sha256:d82e686d45c3ca25dc646f499be139a6a4d89392a86bdb07d0f7786a937c9267
docker~build-push-action~K6DWYU.dockerbuild Expired
18.6 KB
sha256:dd1c3340435ada482b67b5a2f773d360a7c551413edd90473b6c4db505c6ddbd
docker~build-push-action~L7VOUH.dockerbuild Expired
18.3 KB
sha256:021864108156546e720f426b27bf406592b6cfbb12721f0364214914a8c0aba9
docker~build-push-action~LYDV92.dockerbuild Expired
27.8 KB
sha256:1b33355121e685211803a98c687c15f357b6267dab9489c5f464214609b987ec
docker~build-push-action~M2RXKQ.dockerbuild Expired
25.2 KB
sha256:dc971f66d8d913cc241fb7465b803b6d6a7c303a35f656044c29d0a830c7789b
docker~build-push-action~NTUI0E.dockerbuild Expired
17 KB
sha256:51cbe762ebdc45570fa8cc3b12121412dedf491f81cb747ddfae76353798d957
docker~build-push-action~O6NJLW.dockerbuild Expired
24.9 KB
sha256:072876709b75cce821c705fb66e0b432d8e0b56cc1a03a4c7d11840a20036435
docker~build-push-action~OSRLCC.dockerbuild Expired
44.8 KB
sha256:585b596f8bf8cdd976b609e1ea96dc0833cca36acae1f57be6ce42daa2445085
docker~build-push-action~PEZU8J.dockerbuild Expired
35.9 KB
sha256:6d9aa696bab8949f2fcdb83d2dac3c012b45cc0813a1c55ada1527242e6b8da1
docker~build-push-action~PGO3S0.dockerbuild Expired
17.2 KB
sha256:2a341db29e634ff98c4dcf4f8780426c2a63bb1abe2732e9c147b6d712cb262b
docker~build-push-action~PXLZC7.dockerbuild Expired
25.3 KB
sha256:1bda521c3a26d2de6809b2435a764b3272c6e5b5838f71d0cae5d964b916dbf6
docker~build-push-action~R1VF33.dockerbuild Expired
35.8 KB
sha256:72d21dbff84f48f53d836afa5aa404c66995e14c75db88596e03300a93be992a
docker~build-push-action~RVUDAI.dockerbuild Expired
18.1 KB
sha256:5e6bde8991c5ae8b2c95bc99113bdfdb05347413ec05107d71fad80db536b863
docker~build-push-action~T4U6MO.dockerbuild Expired
37.6 KB
sha256:ca790ea683c471835c4de21669e99079fea872ba534fdd165566915bb8e4c27e
docker~build-push-action~T5YSNM.dockerbuild Expired
11.2 KB
sha256:a6b805ca4033984d0cf3e50c1c9fbc0ab0995e1c4f688e192054c6d768bdc2ae
docker~build-push-action~U1CNE9.dockerbuild Expired
16.9 KB
sha256:765ce6b0e664e10bfe7b3399c5cda00dd4e1c573e216c490adfdff008037b362
docker~build-push-action~U6464Q.dockerbuild Expired
17.1 KB
sha256:7584d51797f0c57d59a82ad3a404a5dcfa523aa635d13b9e7699f56971c253b9
docker~build-push-action~UUKZUB.dockerbuild Expired
16.4 KB
sha256:651c1e00d2510e5b384f08fa6a8efe2a362a7632a3a3e2446b7a4f35a0c5b4b9
docker~build-push-action~W5RKN6.dockerbuild Expired
16.7 KB
sha256:e2b406ee0d2f5df903a2b47d465ba058c9dcf3139b333922082ab8f5786ad01d
docker~build-push-action~X3OVHN.dockerbuild Expired
17 KB
sha256:4dc1cc4026e235dff188c336cffb94fcd86dce2590eff33f397cc2394d3358aa
docker~build-push-action~XIQN8O.dockerbuild Expired
14.2 KB
sha256:d73ffb5e9b6cc28c12521eadfc6be56ce765512f61c2f3297d9813179728cc31
docker~build-push-action~XJWBD2.dockerbuild Expired
16.8 KB
sha256:0d37faff6b2ddba81ee028b5cac3eeff81a3926c1cbcf4773d5ba98c65738755
docker~build-push-action~YFYEWQ.dockerbuild Expired
46.4 KB
sha256:78465df79b187c543cec4ba441757b3f08fe2a32662e1ba58457b6266dd013ba
docker~build-push-action~YPV1Q5.dockerbuild Expired
26.2 KB
sha256:fdb0b71a3a70b9d19b541f95358409b6420811ec1bf3352e00f0deea3880a4c8
docker~build-push-action~Z3FW5F.dockerbuild Expired
19.1 KB
sha256:7f05618c7dc03139d62bcc8d2c06dea778a79ba4b61c8a3ff330cc3537728bf1
docker~build-push-action~Z5F1VY.dockerbuild Expired
39.5 KB
sha256:c9da84ece35a7a8c942ae09e79f4a768289ff7673494d660b004fe407ea17f93
docker~build-push-action~ZF60CL.dockerbuild Expired
42.6 KB
sha256:64bb08f601e775fcd72017645285172368085a08f986141a759dab1f7d6b85cd
docker~build-push-action~ZV01Q4.dockerbuild Expired
28.7 KB
sha256:71d17ba20b8d61b74594fb9b18f10652800adbdd3a274f58d1408a75b69ae770