Skip to content

ci

ci #2447

Triggered via schedule October 22, 2025 10:05
Status Success
Total duration 1m 52s
Artifacts 57

ci.yml

on: schedule
minimal
22s
minimal
git-context
33s
git-context
git-context-secret
33s
git-context-secret
path-context
24s
path-context
example
22s
example
error
15s
error
error-buildx
27s
error-buildx
docker-driver
17s
docker-driver
export-docker
9s
export-docker
secret
19s
secret
secret-envs
15s
secret-envs
network
30s
network
shm-size
24s
shm-size
ulimit
19s
ulimit
cgroup-parent
24s
cgroup-parent
add-hosts
24s
add-hosts
no-cache-filters
16s
no-cache-filters
registry-cache
30s
registry-cache
github-cache
25s
github-cache
local-cache
38s
local-cache
standalone
1m 2s
standalone
named-context-pin
22s
named-context-pin
named-context-docker
16s
named-context-docker
named-context-container
26s
named-context-container
docker-config-malformed
12s
docker-config-malformed
proxy-docker-config
26s
proxy-docker-config
proxy-buildkitd
25s
proxy-buildkitd
annotations
18s
annotations
multi-output
32s
multi-output
load-and-push
22s
load-and-push
summary-disable
23s
summary-disable
summary-disable-deprecated
24s
summary-disable-deprecated
summary-not-supported
25s
summary-not-supported
record-upload-disable
24s
record-upload-disable
annotations-disabled
17s
annotations-disabled
call-check
18s
call-check
no-default-attestations
19s
no-default-attestations
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: export-legacy
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 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 build: failed to solve: failed to push localhost:5000/name/app:latest: failed to do request: Head "http://localhost:5000/v2/name/app/blobs/sha256:5b943e859e7010e167c267a70f699c88702295bbca7bf36467b022b46dca26a5": dial tcp [::1]:5000: connect: connection refused
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/
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/
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/
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#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#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/
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/
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 167
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/
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/
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#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#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/
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/
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/
secret-envs
INVALID_SECRET= is not a valid secret
secret
INVALID_SECRET= is not a valid secret
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.
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~06B1UQ.dockerbuild
23.6 KB
sha256:cfdb738804e78951560880a5b9ef530152a9b42b1ac43c72bff69ffe6fe7a257
docker~build-push-action~08MNB1.dockerbuild
11.9 KB
sha256:f05678dc8c48a2e96d8fc0ee0f30bbb18e80691c8146d4f790363594551acd33
docker~build-push-action~1KHHV8.dockerbuild
17.2 KB
sha256:4797dd96347b39388238d50c8ccc205d00d54b0a0a4045fdcc516f02ba7489a3
docker~build-push-action~7OKUSQ.dockerbuild
29.2 KB
sha256:3074769e716db681ef6f0a6ce108a4d7b9ca010d45a5e5c57c6595bfc87f0f7c
docker~build-push-action~7XTOV8.dockerbuild
29.3 KB
sha256:238da9b1094e585a55599af3ac5df0bb562596fc3855299b2f52657a5f1f6672
docker~build-push-action~8SJRHW.dockerbuild
17 KB
sha256:940dfff66c42c5f427cd7336db52c2b6c23f4bef3d1258bda4d0bc66da653811
docker~build-push-action~8SUVTU.dockerbuild
18.7 KB
sha256:c19ebd72872fecd16d498ad05bc44df033b845d043e6b32a808ad937ed50ed33
docker~build-push-action~9IE85D.dockerbuild
37.5 KB
sha256:cad7eeace6075b5eccd828d7c1094292ddab965462219e4cac30aee5d5e192d6
docker~build-push-action~9NXK11.dockerbuild
23.7 KB
sha256:5655cefe3d967c41cfa1f6cf174fdf70ca5954c745f58bb3b25158ec169ab7e3
docker~build-push-action~BIJLAA.dockerbuild
26.2 KB
sha256:4562bd274f706187f492c5b9620b816397f93f876f5baef4c7bec298c3f49a9c
docker~build-push-action~CA67K7.dockerbuild
17.5 KB
sha256:5bbde232533187e2d806c3a2add68d9ea9573fb81d2005dc4abef448f170250e
docker~build-push-action~DVOA7U.dockerbuild
17.3 KB
sha256:c4c446944b76d14340dbd4b31ea5ceaa012076c60176a7bda1f94d798bb81b7f
docker~build-push-action~FE8AE8.dockerbuild
14.2 KB
sha256:60b2259821cc9692ae72759620d49cfa976b5c69d601acb07ec22fcea77f20ca
docker~build-push-action~HZUY15.dockerbuild
11.9 KB
sha256:c93c04e0a02040eb0dae1ec4c12f809a2cfa3d969383fcc045d615656fd42961
docker~build-push-action~I5LJRY.dockerbuild
49.2 KB
sha256:4136f7b4c55c5e2ac4288229d49114eaeb01fd5453bec31cf59bd09a246310fa
docker~build-push-action~I831KE.dockerbuild
18 KB
sha256:3d33d81245bd1b2900e0fa9697b6fdfd3c0f9bb626f25c18e7e09dfa8d8d3a9f
docker~build-push-action~IKAQYX.dockerbuild
26.9 KB
sha256:42b69be9bea76e9955c6ab2ede0ee773fc1a519749e0f9d31cac6b4c93ed0a89
docker~build-push-action~IL3U93.dockerbuild
40.1 KB
sha256:855e77ac0444b43a847723dcb23fdb48f46cddef1e71d835ad6f33f366fa1e5f
docker~build-push-action~JKUI88.dockerbuild
10.9 KB
sha256:0779ead4bac5302019eeb706291187b21cd856fa0a474abedff8e295b5ef9433
docker~build-push-action~KC1ABG.dockerbuild
12 KB
sha256:3771ff0538875f8d290b5ff3072234b552491b829b07be472d6d09679ae49499
docker~build-push-action~KPTKHL.dockerbuild Expired
19 KB
sha256:ead58ce5d39d93720468d78c8d05dddf48a872e990f3c78b8ea7daba364a79f7
docker~build-push-action~L0NC7V.dockerbuild
49.7 KB
sha256:052bc7b68a32eebab6989aaa4ad0ed5b792d05996dd7f8992c3d45f1cf067403
docker~build-push-action~L4SCKC.dockerbuild
17 KB
sha256:7dda78bf11a144a10b114e292132d66fcb60ce167f78a942b38ea619421bf924
docker~build-push-action~LV59X3.dockerbuild
24.1 KB
sha256:6e1a4991366e1a3babc51a28fa28eb3bf0a43d091c23e7d3e3300fc45676bc8c
docker~build-push-action~MB9YIY.dockerbuild
17.5 KB
sha256:612b77dec34f9b6e02a78c6b872d7122b038333fcf4a677097f23739c3f88fdb
docker~build-push-action~N34BYP.dockerbuild
27.4 KB
sha256:dbeccfd1d306914832419932ac81d5484b80db1dd2d0d8bc86b3a2b056810c51
docker~build-push-action~NKRERZ.dockerbuild
44.5 KB
sha256:54ab7aa2118b74abaf1ec72ce1c1835b6e5382fadbcb9644d5ac0c2501a15ffa
docker~build-push-action~NRF3NJ.dockerbuild
28.9 KB
sha256:0617ea83b17627fd5d0b8dd08e33d1427fb602d2e808df00c9eb42deebd68576
docker~build-push-action~OCQ02K.dockerbuild
25.3 KB
sha256:c4402dfd0edccb3b953fa6dbdc332bdc206e027b9ef28c8e28ba06f266b8c3c7
docker~build-push-action~OMBSQ5.dockerbuild
44.9 KB
sha256:419e929fc1fc7d2b3d63ae0c562d926d6386b961b7b5fc477bd798a7eff1097a
docker~build-push-action~OQKVVU.dockerbuild
18 KB
sha256:e8511526fbceec8772458f83ab763f7fb1d34a936acd28a863b5ca4e8f6d8915
docker~build-push-action~OURCH7.dockerbuild
15.3 KB
sha256:fbe1f06e8ada6d7818d39083789f4b1ada84fdb8170541b30f1345ebb8929c05
docker~build-push-action~OWL4CM.dockerbuild
17.9 KB
sha256:5f7d32ed22d2eab94bce18f6baf5bd328b0eaaf06d5b4105ace812128279cfe5
docker~build-push-action~OX6M3V.dockerbuild
36.8 KB
sha256:76b050d42d7ebbfe9dee7d8b3f73949ba2c1480c913f7b831ea14e36839e2fe8
docker~build-push-action~OXYY54.dockerbuild
19.2 KB
sha256:89c3388f508bf48439225788f313c08170f907fd94f1ca2396f42a5818f93cf1
docker~build-push-action~OYOB3X.dockerbuild
11.5 KB
sha256:a712d4965c8fd396f1cee9c9757808ebb8745970689e5cd7f3d8f624ad6ec2c0
docker~build-push-action~P7ADD5.dockerbuild
15.2 KB
sha256:cc9a2835dc4ce9113a7028d6eb5708dfdad5c697337672cb7863e1d0f042067c
docker~build-push-action~PA0PRN.dockerbuild
23.8 KB
sha256:865af0fffcf2f22c65416b52d1d1e03d1ba72734f198c9a3a1dd8d727a7c2cce
docker~build-push-action~QBYTBQ.dockerbuild
25.9 KB
sha256:797f1c4c168ba398e893299ea09c3e54255fd21214b5706c65730ee542ea9d19
docker~build-push-action~QQ0E1Q.dockerbuild
42.5 KB
sha256:19715d642526ebb7956848d135ce09fb9ee814b8c7768a465535893ebb071980
docker~build-push-action~R71HR8.dockerbuild
11.4 KB
sha256:833fd6a68411bee4d356184effe6888b03541a42d1d639236b609998f4bd7083
docker~build-push-action~R8K294.dockerbuild
15.7 KB
sha256:fb25da7a978a6d435fc172c247afb580332ac5a84618589381179ff92a5e262f
docker~build-push-action~RX3XFH.dockerbuild
26.1 KB
sha256:21cbc9d50256b887ef097d72bdd31e184ab3e39b04d11de3544cd9f6c5e82fb2
docker~build-push-action~S1AK4W.dockerbuild
17.3 KB
sha256:8cbf2aa59a4a23a525ec370857cad74b21ef33a6c6821c910c8e30746dac366f
docker~build-push-action~S941S4.dockerbuild
18.9 KB
sha256:5d40d5acf02855560618ef9fa277ffa2a3aa3c8a62dc8b2bcd0d1ce7d2e12076
docker~build-push-action~SK8O12.dockerbuild
36.5 KB
sha256:02b804b0e51da3868a64bded578f36e67bf5083a25917bb3aae2eb95954c5c39
docker~build-push-action~TF1EXC.dockerbuild
12.1 KB
sha256:3b247f7f8df9a56838f8bec965ca88ed6607f2a3122197e88e766aac9c375f54
docker~build-push-action~UL9GE0.dockerbuild
11.5 KB
sha256:7cf26315b0ee9fc4b5f6193af00c16d4cc3a1460d5f2f8f1a03b0e689d09a96e
docker~build-push-action~UW2DCI.dockerbuild
18.8 KB
sha256:ce72c72e8a6f912124bc0f2329a050b21f02cf94c895c59f8865e0966008a3f6
docker~build-push-action~UZCUV7.dockerbuild
18.7 KB
sha256:a7cc582708260e95c78aac374b094a1c95ff36637dc3341b7d7bc9fc420971cd
docker~build-push-action~VB8IPL.dockerbuild
12.4 KB
sha256:6b53e5c753ba62a189a328efd9f133c6088b27a1463c8a47b6cc45535ab0b595
docker~build-push-action~VX5J1U.dockerbuild
46.3 KB
sha256:2d6966551c9c6482f2e0a75d9bc0a13fe0244a3e74c321a8ab518cfce6d8e915
docker~build-push-action~WQGFZR.dockerbuild
18.2 KB
sha256:60ce4807445e0a0da2cabd55ffc22c4f906616557a091ce3c89bdce48fac0586
docker~build-push-action~X382IE.dockerbuild
37.6 KB
sha256:3f73b043b86fc44ceca98a6d20264d77a114028f4ea6cb67230c270d209b05a8
docker~build-push-action~Y3RFRB.dockerbuild
17.2 KB
sha256:3e990b49984ece0c1e1372d39fcea7dfa77c0e39f70efdddb860ba192f9a2d9b
docker~build-push-action~YWOFGE.dockerbuild
19.4 KB
sha256:e20c84b1fa221fbf981b90832dc815b3c8e80105a464795356ed32acf9284e71
docker~build-push-action~ZGGGR9.dockerbuild
22 KB
sha256:09b861bbe00e6357467da2da5db70598ae79597581ac5fcd865c5320479cd2c6