Merge pull request #1480 from crazy-max/update-readme #1082
ci.yml
on: push
minimal
25s
git-context
27s
git-context-secret
31s
path-context
35s
example
23s
error
6s
error-buildx
29s
docker-driver
14s
export-docker
12s
secret
14s
secret-envs
16s
network
23s
shm-size
19s
ulimit
18s
cgroup-parent
14s
add-hosts
19s
no-cache-filters
13s
registry-cache
24s
github-cache
35s
local-cache
40s
standalone
15s
named-context-pin
16s
named-context-docker
21s
named-context-container
21s
docker-config-malformed
8s
proxy-docker-config
23s
proxy-buildkitd
32s
annotations
19s
multi-output
24s
load-and-push
21s
summary-disable
21s
summary-not-supported
20s
record-upload-disable
25s
annotations-disabled
22s
call-check
18s
no-default-attestations
27s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Annotations
3 errors and 19 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:4a6bb30726708a298eef71abaecf08d7a2ec5e84aac9ab4140763431cb15374e": 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)
|
|
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/
|
|
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/
|
|
secret
INVALID_SECRET= is not a valid secret
|
|
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
|
|
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
crazy-max~docker-build-push-action~0VU4LX.dockerbuild
|
21.1 KB |
sha256:5451d1c762eac610a01a54b94793467b834b0f3595afc93d6ea0cb31e37b2dc6
|
|
|
crazy-max~docker-build-push-action~2C5G7X.dockerbuild
|
27.3 KB |
sha256:3721b5bb35460a1827a816cd45306b251037d882b9a1ba9d2cb870bbca8e602a
|
|
|
crazy-max~docker-build-push-action~2X2YSW.dockerbuild
|
50.2 KB |
sha256:203e81c5f2848c7485928f8dfaa0f36ca3aefbd30f40db6f92223bc8e6d4cca4
|
|
|
crazy-max~docker-build-push-action~342YAT.dockerbuild
|
29.5 KB |
sha256:9cf821e5c59e2063a23dacfd9d1c03d0206b952f3a834f5bf6bbbfbf69b35d5a
|
|
|
crazy-max~docker-build-push-action~46INA1.dockerbuild
|
21.1 KB |
sha256:4d684890d5825147d580b68cd0aafaa4aae4d4b55b7ca695613155df983e398c
|
|
|
crazy-max~docker-build-push-action~4Q7YR1.dockerbuild
|
29.2 KB |
sha256:c489bb638f4fd300c752e28fe203f46a91d3eaedbf2207e93d683da4dee0d7cc
|
|
|
crazy-max~docker-build-push-action~58U1E2.dockerbuild
|
11.9 KB |
sha256:ea5f22cbc91884ac698419c34ac631a7820d4bbc73b601db39c3f3937205e624
|
|
|
crazy-max~docker-build-push-action~5ILO3O.dockerbuild
|
22 KB |
sha256:bb0eecc55143f46f8ac3b259807aa07700f473526f07773747adad268498b08c
|
|
|
crazy-max~docker-build-push-action~7A9K91.dockerbuild
|
27.8 KB |
sha256:4e741538f12beb099df230dd078f937e386e8dbc9683336a1dd8f694b1062880
|
|
|
crazy-max~docker-build-push-action~7CLRO6.dockerbuild
|
11.7 KB |
sha256:880b2bdbfb2e3235870515dd199e827bf748ab0c12066687fcdc018d34437b65
|
|
|
crazy-max~docker-build-push-action~885665.dockerbuild
|
57.3 KB |
sha256:1b586fb9aab32c8faf3523337717115aa1970bfb4e38b4da62122a886425b65f
|
|
|
crazy-max~docker-build-push-action~9IDJ8B.dockerbuild
|
46.4 KB |
sha256:88b499064cce532e22e046e281ea16e2c76bf41bdf75021513fe0b118b3fe35e
|
|
|
crazy-max~docker-build-push-action~AI5ROY.dockerbuild
|
11.1 KB |
sha256:09ed2115aafffdd035a01ade6f99cf9a3343170caea334e5e44beebe2b4840be
|
|
|
crazy-max~docker-build-push-action~AS08TH.dockerbuild
|
23 KB |
sha256:277d70871bd0e7c5693ce23739e19de612e62a903e67337e477eaaae096f00b4
|
|
|
crazy-max~docker-build-push-action~C1JQ7N.dockerbuild
|
32.8 KB |
sha256:9b0e3d342d097e652064593514aeec1807793169a8f4753f093dea1673069f16
|
|
|
crazy-max~docker-build-push-action~C49CVR.dockerbuild
|
12 KB |
sha256:e61300ac15c2c0597c489e0292133a8b88d93f0665ec3b2266c55dbe23137b82
|
|
|
crazy-max~docker-build-push-action~EA9RNY.dockerbuild
|
11.6 KB |
sha256:10f9a2f2e15ad4a01886fa8578d4c81721ca3fef0efd41b130044d596e12d2a8
|
|
|
crazy-max~docker-build-push-action~EO19WY.dockerbuild
|
20.8 KB |
sha256:c4418ab880c288926a47901a26e6343a613fa25d68fc47459462e04fb2ef1be9
|
|
|
crazy-max~docker-build-push-action~FOWVL3.dockerbuild
|
46.2 KB |
sha256:38c20f02c923c82b8c55edb3b2f6dafb48ddfe6c14aa7831da2ad495bb6c5f44
|
|
|
crazy-max~docker-build-push-action~G0PNT7.dockerbuild
|
18.6 KB |
sha256:fad6806725fff5ef44e29949060b090a674e18bc8085d181e022aeccf611b2da
|
|
|
crazy-max~docker-build-push-action~HY1P0D.dockerbuild
|
21.1 KB |
sha256:bfc9bafc8a4f069b8f62fee9a74e6926bf8de3f4bd1c7db387941740270542b2
|
|
|
crazy-max~docker-build-push-action~J7LSDH.dockerbuild
|
29.8 KB |
sha256:2c8be4c9f4b4d99b26eefdb7285685947f4db5f84a12ba0c51cd54a96c694c5d
|
|
|
crazy-max~docker-build-push-action~J86WEV.dockerbuild
|
54.8 KB |
sha256:ed097e0262572af39ffefeaea52ee6bd140d5b12e7ac2c24b1289b28554307fc
|
|
|
crazy-max~docker-build-push-action~JACQUK.dockerbuild
|
11.3 KB |
sha256:fdd8d1ea44b05a91618447ea8404e038091da0210a8a5fdc8adcebd4be7c3622
|
|
|
crazy-max~docker-build-push-action~JFULQN.dockerbuild
|
18.7 KB |
sha256:6268540c35115b39e3fabc6fd049c1bf6d2e6842a254a0f596c2cdc207ee0418
|
|
|
crazy-max~docker-build-push-action~KROIAW.dockerbuild
|
22 KB |
sha256:3a4e2974bd92918174dab15e1ce4003fa2bf2fc5ae4767761c53b4cd56bc6bb1
|
|
|
crazy-max~docker-build-push-action~L7H1DH.dockerbuild
|
21.8 KB |
sha256:72497a52a18a9920c53d0f30685c35ecf1e786f87a3a75eab39c5dc72619f12e
|
|
|
crazy-max~docker-build-push-action~LABNZQ.dockerbuild
|
39.8 KB |
sha256:9168031958b3d64b3925275f25113b72892cd6e52869860dfcf8438deafc5b2d
|
|
|
crazy-max~docker-build-push-action~LZ4NUW.dockerbuild
|
77 KB |
sha256:342625b87433e17e129c3a6a82127652de23473081bb46e13a468f55e2b9cd27
|
|
|
crazy-max~docker-build-push-action~M2DOAK.dockerbuild
|
52.9 KB |
sha256:0d6f3cb5652d1cc38a08f3e7b561e61b7a55f57766ad8bf9740e2a62cc4177e4
|
|
|
crazy-max~docker-build-push-action~OGO3G2.dockerbuild
|
22.1 KB |
sha256:14da6119fa365ee5ad45a6dc8935486685e42f5f2ccf4c478b811a4b960f6810
|
|
|
crazy-max~docker-build-push-action~OSTDJA.dockerbuild
|
31 KB |
sha256:39a8b657ffb0ca0c3dcfd4572dba037e583c00e6ce06e48817b009bc90fd98f6
|
|
|
crazy-max~docker-build-push-action~P1HZH0.dockerbuild
|
28.6 KB |
sha256:bfcc0b7b279d79de79d159779f467d6c99cda7e99b57db79b2e1318ae3e2822d
|
|
|
crazy-max~docker-build-push-action~P2KY2L.dockerbuild
|
21 KB |
sha256:d8c663397b3bdf08dc915d3ff53e76e1f2c81dc376e85adb88930a9d16aa9532
|
|
|
crazy-max~docker-build-push-action~QBNBEF.dockerbuild
|
11.7 KB |
sha256:f13ecaaa59c210e1c29d620d9c31b84afb7db5e63da9f59f636d0ca63cf0391b
|
|
|
crazy-max~docker-build-push-action~QDD424.dockerbuild
|
20.5 KB |
sha256:00d36272b7067314283237ac23c4da703b895628148d4149e603642fe8060bd5
|
|
|
crazy-max~docker-build-push-action~QMJDMO.dockerbuild
|
20.9 KB |
sha256:82293479ad23a9ad5911a923731fb48b197336040e2436f98c5a09bc935d1d82
|
|
|
crazy-max~docker-build-push-action~QTSYKT.dockerbuild
|
27.5 KB |
sha256:537c858a9f333fb7fbd3f45c150183da27685266b397ba821123ec05dd67c9b1
|
|
|
crazy-max~docker-build-push-action~QYDVW0.dockerbuild
|
29.9 KB |
sha256:87adb2040a538c5a8acf8dff7938bb95531f148a193f29d983cfeb1c3bff9e7b
|
|
|
crazy-max~docker-build-push-action~RI6TZE.dockerbuild
|
33 KB |
sha256:f40b41d127492b2768c06cb99e1d720d97d3cda99ee578caabb2323d895cb3a8
|
|
|
crazy-max~docker-build-push-action~RIIRU5.dockerbuild
|
39.6 KB |
sha256:882fe067adc7774112c3eb23506aedb5f46184ead45c3d032bbebbc051b770a7
|
|
|
crazy-max~docker-build-push-action~SV767H.dockerbuild
|
54.1 KB |
sha256:df52009e064e6eb38eb92bb5b2595c17a3f2790f3377321e56028c11b573b3ba
|
|
|
crazy-max~docker-build-push-action~U3O7GR.dockerbuild
|
20.7 KB |
sha256:d4ea70414588006e59b887c4241ee76ceecb4bc53d81956a5f69c13d2accf579
|
|
|
crazy-max~docker-build-push-action~VDSDBL.dockerbuild
|
21 KB |
sha256:6ebda4c87fd4350b638970aa6ac3a190106e9b02ec3b66669364739f93802e12
|
|
|
crazy-max~docker-build-push-action~VP3KLU.dockerbuild
|
41.4 KB |
sha256:1dec2d0697e032a495cf95e1a82a187edbcdcdbe97ab4e5415e62e53de3f30d1
|
|
|
crazy-max~docker-build-push-action~W9P4EK.dockerbuild
|
20.8 KB |
sha256:e9c1e991d598cbe0657789bf8f4c0b6e8b5e35661079d2dbd7055def8c5aa01d
|
|
|
crazy-max~docker-build-push-action~WMN5OJ.dockerbuild
|
18.6 KB |
sha256:75545595ff9a8e8a2116e63c0eeafcb364c0bef6ea86227b45ff090e37d75d4a
|
|
|
crazy-max~docker-build-push-action~WQPZRG.dockerbuild
|
29.8 KB |
sha256:a44882a4f55eccb7efc2fe304517c240d662d41699a570a2d7a2b0aee0209b99
|
|
|
crazy-max~docker-build-push-action~WSTKC4.dockerbuild
|
12.1 KB |
sha256:86972b306ef7d130e2a454e7093e4677d7b57e9a348cd34329619ac80e006701
|
|
|
crazy-max~docker-build-push-action~XNJIVW.dockerbuild
|
20.5 KB |
sha256:6b09bddfe49a1ba607c12e7d9dad6366c3e3d37fcfeb2b28f79b17e758c9f4ec
|
|
|
crazy-max~docker-build-push-action~XYP7RW.dockerbuild
|
26.6 KB |
sha256:4440f31bff6c25d4dcc57c4db85c927ef8b9e55153ee156a11452717252dca95
|
|
|
crazy-max~docker-build-push-action~Y0X8XW.dockerbuild
|
21.9 KB |
sha256:2bc534e0dc4249ebcb15ad64b7e087de2e45debaea4ef6cec22577933ff95cbb
|
|
|
crazy-max~docker-build-push-action~YL1WVN.dockerbuild
|
15.1 KB |
sha256:2463216b18a17ac2ded37a53e12e12f87042f61f1cb46f579e772f0171c4f8cf
|
|
|
crazy-max~docker-build-push-action~ZES0KZ.dockerbuild
Expired
|
22.2 KB |
sha256:e15f12cfdd4c32583bfc091bafdada92fcb2f8a225f456802522ce72693e03ee
|
|