ci #808
ci.yml
on: schedule
minimal
18s
git-context
27s
git-context-secret
37s
path-context
24s
example
24s
error
5s
error-buildx
22s
docker-driver
14s
export-docker
11s
secret
21s
secret-envs
16s
network
28s
shm-size
13s
ulimit
14s
cgroup-parent
16s
add-hosts
13s
no-cache-filters
15s
registry-cache
29s
github-cache
23s
local-cache
41s
standalone
21s
named-context-pin
23s
named-context-docker
30s
named-context-container
31s
docker-config-malformed
10s
proxy-docker-config
22s
proxy-buildkitd
21s
annotations
24s
multi-output
36s
load-and-push
24s
summary-disable
21s
summary-disable-deprecated
12s
summary-not-supported
18s
record-upload-disable
26s
annotations-disabled
13s
call-check
15s
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?
|
|
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:b373739c3da88a62b6ddd44b6e001b039e6a795094fd52a651e137788ca6cc64": dial tcp [::1]:5000: connect: connection refused
|
|
call-check
Check complete, 7 warnings have been found!
|
|
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
|
|
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.
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1
|
|
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
|
|
standalone
Docker is required to export a build record
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
crazy-max~docker-build-push-action~5KM134.dockerbuild
Expired
|
16.9 KB |
sha256:e1748556f681b7cd15267b92ba6c8175b0b82b3efa87e0ae61099959aec0d651
|
|
|
crazy-max~docker-build-push-action~5ZEGO1.dockerbuild
Expired
|
18.2 KB |
sha256:835ad0d35beef5cfd1ea1ade758b5fa40d4ef3664dcb1f817844bed5dc60564b
|
|
|
crazy-max~docker-build-push-action~64K7YN.dockerbuild
Expired
|
45.3 KB |
sha256:7f3137490bcaa5301c160480b9be1731a5b91d5d5a468cec8e21004ed0107a57
|
|
|
crazy-max~docker-build-push-action~68Y17U.dockerbuild
Expired
|
17.3 KB |
sha256:b01d0117350b5b5efec08270800ea9242a5653766d5a180699913d3bf12b03e2
|
|
|
crazy-max~docker-build-push-action~7AYBK7.dockerbuild
Expired
|
35.2 KB |
sha256:55243c35b382d4bc46bf9311d2657a275f277b135ad04acb816bd2425a8b8962
|
|
|
crazy-max~docker-build-push-action~9OUYA9.dockerbuild
Expired
|
26.1 KB |
sha256:606d804d7aa2941b5f14d9645ea68a2f87355e36cca4c8c569b2fac5bfa2f8ba
|
|
|
crazy-max~docker-build-push-action~AKC72G.dockerbuild
Expired
|
28 KB |
sha256:840e285e434508005d498b01c112c07d85ba19947d83332b724d74e80992bacb
|
|
|
crazy-max~docker-build-push-action~ANH91V.dockerbuild
Expired
|
16.2 KB |
sha256:35a7bd7b9f5e16bb2dac03e6c57abc5549b36579ee3ccd40c874808fa0f95ae0
|
|
|
crazy-max~docker-build-push-action~B2XQWN.dockerbuild
Expired
|
46.7 KB |
sha256:1e5b89a59a478e62dd29a5e6bbf2046c16986acce852d4e3ced0a76b964a6ea3
|
|
|
crazy-max~docker-build-push-action~EW59LR.dockerbuild
Expired
|
15.2 KB |
sha256:bc30af1ee1f776d2820d0e551680639e82c60171c73fd52f681bb41b76827eb3
|
|
|
crazy-max~docker-build-push-action~FU78M2.dockerbuild
Expired
|
16.6 KB |
sha256:136ec6fe2004302830e20c813a129ad912e2e1d9d232542e781010ce3919a160
|
|
|
crazy-max~docker-build-push-action~G1RBVT.dockerbuild
Expired
|
36.1 KB |
sha256:5e304500206532f80885e526cce574bac1609b03abcc0a0208ef52b8eee194e2
|
|
|
crazy-max~docker-build-push-action~H10GDI.dockerbuild
Expired
|
25.4 KB |
sha256:935aa33376b6cf98936cc022a8f2aa6496ff8c7fc647e8226642a8a4dc7d0b28
|
|
|
crazy-max~docker-build-push-action~IKR4UO.dockerbuild
Expired
|
45.1 KB |
sha256:425fc358d43dcd6aa5c7be17c5aa7135cccc4dcee389ced58a316c3c9f58c346
|
|
|
crazy-max~docker-build-push-action~J1C7ZL.dockerbuild
Expired
|
42 KB |
sha256:32903d8c60b5ec4dd2b48bad01db84a35504a0cca97dd96e702f5be2403af491
|
|
|
crazy-max~docker-build-push-action~J7HUKA.dockerbuild
Expired
|
25.4 KB |
sha256:214e18c4d6a2c5b4fc0d1ea366e7911d870d8de6213e926fe81e0bca0c6d952a
|
|
|
crazy-max~docker-build-push-action~JRC03B.dockerbuild
Expired
|
15.1 KB |
sha256:e2a51f2e3c6f56c4b45bd27b9ce2c05dc153686328663c7d10e352e3b23da3f2
|
|
|
crazy-max~docker-build-push-action~JT4ZTV.dockerbuild
Expired
|
16.5 KB |
sha256:34f41759a4fdc8a27eb97845efe180127fcde027d3021026988c9a8d009461f4
|
|
|
crazy-max~docker-build-push-action~K0ZTH1.dockerbuild
Expired
|
16.4 KB |
sha256:81765a21189fb71d3466371802f09f2c3f45f102167f8ff6aa6c95d200a46ed9
|
|
|
crazy-max~docker-build-push-action~K232A7.dockerbuild
Expired
|
28.5 KB |
sha256:f72fb89cafa48783bd84ae48684bdc91f958825d40ed722a55de3ed03449ee27
|
|
|
crazy-max~docker-build-push-action~KLIFZU.dockerbuild
Expired
|
17.3 KB |
sha256:a875712b053935d596bf91fd212dc07858db25103572b1924eb6ff64e230faf9
|
|
|
crazy-max~docker-build-push-action~LF97CT.dockerbuild
Expired
|
17.8 KB |
sha256:e0788b6494f450fe9fb4a4854cc84b52e68cbbd8bc4ed6bbc723b0e5d360fefc
|
|
|
crazy-max~docker-build-push-action~LQ49C1.dockerbuild
Expired
|
16.6 KB |
sha256:5823b4cdca216f5302a81d49eda89ea3add4d29cf16984a370a3dece07934d81
|
|
|
crazy-max~docker-build-push-action~LWWCF7.dockerbuild
Expired
|
23.1 KB |
sha256:43ee15f5736511d109887590cc40c17d6c7ea22fd82c997ccd85d5c3824f1b41
|
|
|
crazy-max~docker-build-push-action~M3NHLV.dockerbuild
Expired
|
17.3 KB |
sha256:de0dadc65affbfb63f304a57d2d644737f0e5da3d7fbf98abaf14e72228dfcb0
|
|
|
crazy-max~docker-build-push-action~MBQ6LO.dockerbuild
Expired
|
17.1 KB |
sha256:204401b37e0425160d94a58f939ba200ea44fb0d81f07a84d117fa46bce72af1
|
|
|
crazy-max~docker-build-push-action~MD7FS8.dockerbuild
Expired
|
17.2 KB |
sha256:55afb67e06c65f0f9ed2e9ea5fd17ba478f56ae4e6a4e073991b173eb7d6dad2
|
|
|
crazy-max~docker-build-push-action~NBAYST.dockerbuild
Expired
|
18.2 KB |
sha256:0527aa46bf48ae22254d70c2930bfafad6e66959b8ea6a075665d17330f5a2c8
|
|
|
crazy-max~docker-build-push-action~NNJLZZ.dockerbuild
Expired
|
25.7 KB |
sha256:de41bccf186c4a39136405e087b09c2267ff05cfa8494e3de873a0cd640b1010
|
|
|
crazy-max~docker-build-push-action~OAZ884.dockerbuild
Expired
|
37 KB |
sha256:a963cc7e9c8ef078b9ca98503c612667e21205c131aa8abb9dad7d5c6b5570b7
|
|
|
crazy-max~docker-build-push-action~OG3TM0.dockerbuild
Expired
|
28.3 KB |
sha256:163edd631c2144d97b73da3bddd10c7d3e1dea6652abb84d6f64286659f678cc
|
|
|
crazy-max~docker-build-push-action~OPD8J5.dockerbuild
Expired
|
26.3 KB |
sha256:4e7dabd5f91ea6e0abd7a1ed324b25c26f4cffbd7cd195397f3fabe614187cd3
|
|
|
crazy-max~docker-build-push-action~ORI7RA.dockerbuild
Expired
|
23.4 KB |
sha256:2b9bc70dc0d87b7ee0a8ef357af9820e5a4f51cdb75280d43af3dd25284aa08a
|
|
|
crazy-max~docker-build-push-action~PNAC96.dockerbuild
Expired
|
16.6 KB |
sha256:3890ba49f8e7ffae9f9c9744e3241f1ecd74c7b9d39391f3ecc2e71843e41075
|
|
|
crazy-max~docker-build-push-action~PSLX4M.dockerbuild
Expired
|
16.5 KB |
sha256:cd5e7471796b2d541c260fca9b37ec01c71081b552a6cbf4df66fa0df18f61bd
|
|
|
crazy-max~docker-build-push-action~PVNKX4.dockerbuild
Expired
|
17.3 KB |
sha256:8bd7d47cc9a77121ac3f59c5f12a35267f97066ab9a6d675d02b382efaf85d40
|
|
|
crazy-max~docker-build-push-action~Q1CN0B.dockerbuild
Expired
|
14.5 KB |
sha256:a7be4291eb83158b1adb68bf65396f56ccfe7829fbc404853e37544267d132dd
|
|
|
crazy-max~docker-build-push-action~Q1QX53.dockerbuild
Expired
|
22.2 KB |
sha256:357b0451e0d6544db85580d313d109a8edad0170e84bb99b6f60f21d76f181f9
|
|
|
crazy-max~docker-build-push-action~QLU2DO.dockerbuild
Expired
|
46.5 KB |
sha256:e2b88cb9e3d9a715bd6bfaef600a5d3a86d128b5a0d4b87b2c381fac51dcbaa5
|
|
|
crazy-max~docker-build-push-action~ROARDK.dockerbuild
Expired
|
17.3 KB |
sha256:1a27b9df80264a72904d309a06cfd6bbe18156721d7fdb83c16b51e0e326f9f7
|
|
|
crazy-max~docker-build-push-action~ROLAQ9.dockerbuild
Expired
|
11.3 KB |
sha256:fe05adb2bcf53ad7ba3f502a04a58fd395e2ed355ac93efd0baf856cdfa17e76
|
|
|
crazy-max~docker-build-push-action~SGP94Q.dockerbuild
Expired
|
45.2 KB |
sha256:260b5375b2d4060762acdd4750dfec9f052381dadabf158f8eba48fd79ba04d3
|
|
|
crazy-max~docker-build-push-action~SRW46Z.dockerbuild
Expired
|
35 KB |
sha256:20c62337331c9052bc1ac07ca27d64ab44c532aed0f480f9a2229c05ead4c947
|
|
|
crazy-max~docker-build-push-action~T5IZ7T.dockerbuild
Expired
|
17.2 KB |
sha256:f3678123663f980ca302bd70ca36145a3ad6cb07e3c09364caeb902c87ec854c
|
|
|
crazy-max~docker-build-push-action~U5I331.dockerbuild
Expired
|
37.4 KB |
sha256:53b67907b0d8224c8d2556b7fc50508429055b8c8fba46c4613fef40c73afe1b
|
|
|
crazy-max~docker-build-push-action~UU1RWK.dockerbuild
Expired
|
18.6 KB |
sha256:d721edbc4d6d102c074fcd08b3425898fc2525288708277a4d23532ee7c62dbd
|
|
|
crazy-max~docker-build-push-action~V3Z653.dockerbuild
Expired
|
17 KB |
sha256:4dda92e32ec0d80daec89788ef9778e1ba37d4b3ce72a5b1db97f49ffa7d3f65
|
|
|
crazy-max~docker-build-push-action~VWLMHJ.dockerbuild
Expired
|
23.3 KB |
sha256:bf770e44b40a62951c8b559d2ecbac41c641f5998086d75dd9d1028d5f0d939c
|
|
|
crazy-max~docker-build-push-action~W7FJ2Z.dockerbuild
Expired
|
17.6 KB |
sha256:673c827f40f2331695794f1d820c7796438793540540e9effe853107171e3d3e
|
|
|
crazy-max~docker-build-push-action~WGFRN9.dockerbuild
Expired
|
15.4 KB |
sha256:57b7ac1669540c340863103ff0cd8269adf45602c669c75bd3eed21534903d1a
|
|
|
crazy-max~docker-build-push-action~XE4YQM.dockerbuild
Expired
|
23.5 KB |
sha256:595d002aafbc4a848eb60556ee915bc60e5ad7203cd193c48ea12170c76091f7
|
|
|
crazy-max~docker-build-push-action~YXVBWS.dockerbuild
Expired
|
25.4 KB |
sha256:9c33cb7b1af3fa5558c386a3063dd0456152bbb45680fe27d0c872180a480d5c
|
|
|
crazy-max~docker-build-push-action~ZLMB5J.dockerbuild
Expired
|
14.1 KB |
sha256:b3596ffbc0e1d5e18b1390696a750b9d567c32f81e23edd182c3aadc92975961
|
|