ci #1074
ci.yml
on: schedule
minimal
26s
git-context
33s
git-context-secret
38s
path-context
22s
example
24s
error
6s
error-buildx
23s
docker-driver
10s
export-docker
13s
secret
18s
secret-envs
13s
network
18s
shm-size
24s
ulimit
12s
cgroup-parent
14s
add-hosts
21s
no-cache-filters
17s
registry-cache
27s
github-cache
19s
local-cache
27s
standalone
17s
named-context-pin
13s
named-context-docker
15s
named-context-container
21s
docker-config-malformed
9s
proxy-docker-config
25s
proxy-buildkitd
26s
annotations
25s
multi-output
22s
load-and-push
37s
summary-disable
25s
summary-not-supported
26s
record-upload-disable
20s
annotations-disabled
17s
call-check
16s
no-default-attestations
21s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Annotations
3 errors and 21 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:74aabdc3b38d5b31b389f9bb960e807ac273a5fdc6fd88219c70628bcd094c5b": dial tcp [::1]:5000: connect: connection refused
|
|
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 167 (line 8 column 1)
|
|
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/
|
|
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/
|
|
secret
INVALID_SECRET= is not a valid secret
|
|
example
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/metadata-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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.
|
|
secret-envs
INVALID_SECRET= is not a valid secret
|
|
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
|
|
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/
|
|
annotations
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/metadata-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
crazy-max~docker-build-push-action~2D9TZ4.dockerbuild
|
11.7 KB |
sha256:5a25e5963f40c9d76a698ba3cdad8ab3d13029642be144ecd8047f9ec38e4bfb
|
|
|
crazy-max~docker-build-push-action~3I82FB.dockerbuild
|
11.7 KB |
sha256:1b3744a4579faf4786fab614d1e3ad6871d354d789c967f60229d2b3d003ecb7
|
|
|
crazy-max~docker-build-push-action~58UN0N.dockerbuild
|
19.2 KB |
sha256:bf64b11e7252ad089673e67fd225806a9cea154e5aaef099d62c78d3e21795ce
|
|
|
crazy-max~docker-build-push-action~5HU7U1.dockerbuild
|
28.1 KB |
sha256:eee1317672ca681a39d4d71d6f117ac2bbb3e61c5b0f4de6b0f43968af134949
|
|
|
crazy-max~docker-build-push-action~768C0E.dockerbuild
|
19.4 KB |
sha256:60d62d0f1c1140a66190ef5f671f030f595182c4be813f5e0f2966b34ca852f6
|
|
|
crazy-max~docker-build-push-action~7D7G3I.dockerbuild
|
17.5 KB |
sha256:fef3d3885aeda1e09737362f9e6ddbc1f3a0e9f108c5aaf0c274ca58bee66c4d
|
|
|
crazy-max~docker-build-push-action~7KMUUQ.dockerbuild
|
28.5 KB |
sha256:38ec08aeaafde17f7f5b866bff7a878b52ddb61948d0ef7b4a4e6e9d135a0d17
|
|
|
crazy-max~docker-build-push-action~8DAVTV.dockerbuild
|
20.1 KB |
sha256:c6623515c38c2ca6d4a15964a7d5649c955672017e33eb8f0bc7f660e6cafa38
|
|
|
crazy-max~docker-build-push-action~8SZ4PC.dockerbuild
|
26.3 KB |
sha256:8d62facf928914fa69fa98bb9b7e070e7f07fe702017af580a60734433d61c21
|
|
|
crazy-max~docker-build-push-action~8UOP4P.dockerbuild
|
11.8 KB |
sha256:1d5dc0d67ac40c22028a6d192d74d2924e6c532c9e8091a4e91e81505b3bf18a
|
|
|
crazy-max~docker-build-push-action~9D8NRN.dockerbuild
|
11.3 KB |
sha256:f2f98ceaedd25351746db7d75c9d54f3f60c641cd99064bc895d5e3d7e53fc32
|
|
|
crazy-max~docker-build-push-action~C4C3JT.dockerbuild
|
20.3 KB |
sha256:0ee2a47387a61bbeb0545ce53279b57948d8f499b6948a93de4ccea599db2a38
|
|
|
crazy-max~docker-build-push-action~DA4EFM.dockerbuild
|
20.3 KB |
sha256:c2a47c92e72d28d5f12fc80eecca094ec6609f029643df616c00ad9c04b522a5
|
|
|
crazy-max~docker-build-push-action~F7EEU1.dockerbuild
Expired
|
20.8 KB |
sha256:16f0a05d033bfbdc95dc0d3ed09f49c98d73459782298ddf20b40cd43a2825b8
|
|
|
crazy-max~docker-build-push-action~FHXH33.dockerbuild
|
18.7 KB |
sha256:e3328a5d9cdc5326b9a79e2557242e074781f5d60598c819625d84baac1f6426
|
|
|
crazy-max~docker-build-push-action~GKX61D.dockerbuild
|
39 KB |
sha256:7a2a81c96611fd8a341004d846be2c4ab91499b4157e25bbb4d24f28c511119d
|
|
|
crazy-max~docker-build-push-action~HB0YX6.dockerbuild
|
31.2 KB |
sha256:60293fb5948eced2bedca7a6d9b85c417d2db8ceb287b2240c87ad39d7371e95
|
|
|
crazy-max~docker-build-push-action~HZGKPS.dockerbuild
|
12.1 KB |
sha256:e72566f1b84aa2b2fc754cd1e2b9f9d1855851a688aa0f68ce9a308e86b2285e
|
|
|
crazy-max~docker-build-push-action~HZGPDV.dockerbuild
|
20.2 KB |
sha256:28d878cea0775dd95f253abe46d8a1eb22b92960d640722499bf1f36625dba59
|
|
|
crazy-max~docker-build-push-action~IL5LKA.dockerbuild
|
18.8 KB |
sha256:f1ea3b31b9b7a9120e7acefcc78a2ddfda4d0c98f3e469b09ec10bf5b56e9ab0
|
|
|
crazy-max~docker-build-push-action~K3FV7P.dockerbuild
|
29.6 KB |
sha256:7d99d3fc2dfa72fdf6f68d9343d497ca8bee7b7f08ff1e77428a5ff1e79428db
|
|
|
crazy-max~docker-build-push-action~KLGIT4.dockerbuild
|
20.3 KB |
sha256:9e40bd63e7151064e2d6a8dd967701fccc455220e11f4aafcc1fcf7ac01ab554
|
|
|
crazy-max~docker-build-push-action~MJ5CQZ.dockerbuild
|
39.4 KB |
sha256:11147671f60facd9f1ef0c58ec7163448c9d8b618a2fe66de9e6a816b4de993e
|
|
|
crazy-max~docker-build-push-action~NQ4BID.dockerbuild
|
39.5 KB |
sha256:ca0000ad7e5bac0a8d34a5800b302e6ec85352dc108ffcf5120bd50bf9edd88a
|
|
|
crazy-max~docker-build-push-action~NRA46W.dockerbuild
|
58.1 KB |
sha256:a6d4796b1ba3472530a9d9b97679ac1a96622d5a4128de6043d3dc10ef4d8c5b
|
|
|
crazy-max~docker-build-push-action~NW0OXS.dockerbuild
|
31 KB |
sha256:25af1e71431b8989fd208d3d82485516ee37a85376461e4a2fbfa8fa34022404
|
|
|
crazy-max~docker-build-push-action~OU8O9X.dockerbuild
|
25.4 KB |
sha256:1f002b57812f2573957d018acf1099488ccfcd2d71043ce5699fc0a935a04211
|
|
|
crazy-max~docker-build-push-action~PG7SRP.dockerbuild
|
49.6 KB |
sha256:3a0e3d1d2c28696e28d5c6cf86c1059b09e8effc789a3e0192b139801ef4253f
|
|
|
crazy-max~docker-build-push-action~PPA6G4.dockerbuild
|
23.7 KB |
sha256:4b162c6986da0dc3059b67ec6c3423102771ed66e6ebe1b2ed000a403e9b5648
|
|
|
crazy-max~docker-build-push-action~R0EQXW.dockerbuild
|
42.4 KB |
sha256:e1a619aa19b1e506e2e6812cae96c79181b6feffc8c3891297595a0407a82f71
|
|
|
crazy-max~docker-build-push-action~RC7CE2.dockerbuild
|
38.2 KB |
sha256:e3800c83c90b36946d3e52789e0610a105181e5d5d89ba8b431b6538c06098ce
|
|
|
crazy-max~docker-build-push-action~RH787L.dockerbuild
|
50.2 KB |
sha256:e07ec207404fa7dfc5231aebc63796a074e0a85f4ea3a5f7d08afabb8a14a2de
|
|
|
crazy-max~docker-build-push-action~RL2SCE.dockerbuild
|
28.5 KB |
sha256:d0c804c38e0688c855157801bffc160b47155366724a41f7c33454fb964ce496
|
|
|
crazy-max~docker-build-push-action~RSYRR5.dockerbuild
|
27.3 KB |
sha256:488f7d59625d1f429013688a6a78371cef81d4126a5443034576ca98096e63a8
|
|
|
crazy-max~docker-build-push-action~SI5ZI3.dockerbuild
|
19.3 KB |
sha256:24aab2a4e842bebe82251c07a8acb44aa733cc4ac7f5a072ec8b4f6c0bcb7916
|
|
|
crazy-max~docker-build-push-action~SN420Z.dockerbuild
|
12.2 KB |
sha256:080d1cc9a42d411e9bbfa3247b8a7015d3ebbc5c701484a41d0d42896260f4f6
|
|
|
crazy-max~docker-build-push-action~T34HJG.dockerbuild
|
12 KB |
sha256:d59f029695d370a1e3450227bc1c6e253b2dff1a7e090c358d190125bf8a7f32
|
|
|
crazy-max~docker-build-push-action~TSW8I9.dockerbuild
|
39.1 KB |
sha256:2549bf15b2d0354d4aff05d14de2858b521300aa0a5285398089c99daf471239
|
|
|
crazy-max~docker-build-push-action~U054DM.dockerbuild
|
46.5 KB |
sha256:a7aed3cb63561e7bda3daf9cfd65e032ae95182ed006bcf3c82e908c389017e6
|
|
|
crazy-max~docker-build-push-action~V2UDOU.dockerbuild
|
18.8 KB |
sha256:1b5fa085018b0901c51052c5cf1eaea0b8d1d4c247953bb23fb9fd31afd4287c
|
|
|
crazy-max~docker-build-push-action~VPM4LN.dockerbuild
|
17.2 KB |
sha256:341b60f53df81e053ecfa230ed09e78ce884f62816dd943cb0f0b288ec450ff8
|
|
|
crazy-max~docker-build-push-action~VPQSZG.dockerbuild
|
19.2 KB |
sha256:8ff62cd9e6cf05c1ce8aa1ee72a7ba0f27d76d538248350d4a1fdd4cd3182b61
|
|
|
crazy-max~docker-build-push-action~VZZP8X.dockerbuild
|
19.5 KB |
sha256:8bc18eb96e2a0ad25eb0c6828b8db1a487f02ae2db8c33f1cadccc626717d169
|
|
|
crazy-max~docker-build-push-action~W4R3RD.dockerbuild
|
10.6 KB |
sha256:aeefe38886b77e46eae9662456166a0baae91ace88b3d129ecd09a584bc327d6
|
|
|
crazy-max~docker-build-push-action~WRJT2F.dockerbuild
|
19.3 KB |
sha256:892fdb60850aa46fc5875f1c55dd678e20333e197f43968d455609d34cc6514b
|
|
|
crazy-max~docker-build-push-action~WXVRLF.dockerbuild
|
25.4 KB |
sha256:c93efb40dc4a5153ca8079d571044d17ee5d2abb7aae8e9a4aa0da8b826748a0
|
|
|
crazy-max~docker-build-push-action~X4H1YJ.dockerbuild
|
27.3 KB |
sha256:9f5f6b58c1ac50dd2166fa1f2020c669c3f1f3c5b18ba2fe342c39ce2fd3c76c
|
|
|
crazy-max~docker-build-push-action~X6ZXU3.dockerbuild
|
19.3 KB |
sha256:6cd17366d1c4ef3f614bdf041ec7b18e13b2a7518908268da60414c78b8e0214
|
|
|
crazy-max~docker-build-push-action~YTDD0Y.dockerbuild
|
19 KB |
sha256:3d9c255e71af6c7025d496077fba5335371c5654856ad50652870893220acb99
|
|
|
crazy-max~docker-build-push-action~YUJ06S.dockerbuild
|
12.9 KB |
sha256:f1265e61cf3fd6b1b640a99e7509b20b6ace1163b388f0e204a59f2e4f783051
|
|
|
crazy-max~docker-build-push-action~ZBNVE4.dockerbuild
|
26 KB |
sha256:6f0f57bba95c437809f0b8be88bfb4ff7bfaf6fafde19c059a298f39bf6873f6
|
|
|
crazy-max~docker-build-push-action~ZP6XTB.dockerbuild
|
29.8 KB |
sha256:c85c47937718b0629b80625546151c8899cb032758441a1ece7bc2f3a76b5c67
|
|
|
crazy-max~docker-build-push-action~ZPVJP4.dockerbuild
|
16.8 KB |
sha256:c1acf6f875e65be8c5176fe780fa5d977a91d1fdcb9b2c0ef74b090a3426ec92
|
|
|
crazy-max~docker-build-push-action~ZV79ZG.dockerbuild
|
49.3 KB |
sha256:0fe5ff826893d23607c33d0cbd6a992225951d86042a884131ca40de776deb91
|
|