remove deprecated envs #2662
ci.yml
on: pull_request
minimal
16s
git-context
33s
git-context-secret
21s
path-context
23s
example
27s
error
8s
error-buildx
20s
docker-driver
16s
export-docker
8s
secret
20s
secret-envs
15s
network
16s
shm-size
21s
ulimit
14s
cgroup-parent
19s
add-hosts
18s
no-cache-filters
24s
registry-cache
33s
github-cache
34s
local-cache
29s
standalone
18s
named-context-pin
22s
named-context-docker
24s
named-context-container
22s
docker-config-malformed
13s
proxy-docker-config
21s
proxy-buildkitd
26s
annotations
24s
multi-output
34s
load-and-push
27s
summary-disable
14s
summary-not-supported
17s
record-upload-disable
16s
annotations-disabled
19s
call-check
15s
no-default-attestations
21s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: export-legacy
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
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:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1": 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
|
|
secret-envs
INVALID_SECRET= is not a valid secret
|
|
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/
|
|
checks (v0.14.1)
unknown flag: --format
See 'docker buildx --help'.
Usage: docker buildx [OPTIONS] COMMAND
Extended build capabilities with BuildKit
Options:
--builder string Override the configured builder instance
Management Commands:
imagetools Commands to work on images in registry
Commands:
bake Build from a file
build Start a build
create Create a new builder instance
dial-stdio Proxy current stdio streams to builder instance
du Disk usage
inspect Inspect current builder instance
ls List builder instances
prune Remove build cache
rm Remove one or more builder instances
stop Stop builder instance
use Set the current builder instance
version Show buildx version information
Run 'docker buildx COMMAND --help' for more information on a command.
|
|
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
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~build-push-action~0HHQOV.dockerbuild
|
22.2 KB |
sha256:2505443d8c22788bf67e8358f790ef76dd15edac8121e8e4f624623bafe1e0fa
|
|
|
docker~build-push-action~0T3DVR.dockerbuild
|
40.7 KB |
sha256:4be3960347c2cf6e9c5501cb60d1019b9dc7ac9558ce0d22248737fad16f5825
|
|
|
docker~build-push-action~1P8LS5.dockerbuild
|
57.1 KB |
sha256:59c23f1b122d1db269d1d735f2fca7e80a5e118e6fb5a87465b75708eac538cb
|
|
|
docker~build-push-action~3VPC1X.dockerbuild
|
16.1 KB |
sha256:6fc4c76ed61202426bb25cbbc0494e35c3d1a768927d5097f9acb4f33e453763
|
|
|
docker~build-push-action~4ZWGJX.dockerbuild
|
23.4 KB |
sha256:afcc19b67e7656f57c9687031cd62799c34e5ea814fdfaf61ceb5ee2450c2532
|
|
|
docker~build-push-action~5CRIOU.dockerbuild
|
11.9 KB |
sha256:c4da8e81f720c162c8e741b0b2a85cfb22b88a8ae05226616f4a5779facb5271
|
|
|
docker~build-push-action~5WFQ9Q.dockerbuild
Expired
|
23.2 KB |
sha256:24db8224cc78401f8b61835e04a160ad1cedc8479c61a78501414b5ea39ee1ca
|
|
|
docker~build-push-action~637ZSG.dockerbuild
|
20 KB |
sha256:d8bb8c438c427204f0106bc29755a850fb9f4c64ad495ac44d1d92142b70815d
|
|
|
docker~build-push-action~6OW6Y1.dockerbuild
|
34 KB |
sha256:045e2bbe1628e22b6793f115e17975a294bc21b73fd729b17ebb6b53ffb2203e
|
|
|
docker~build-push-action~84GVM4.dockerbuild
|
29.9 KB |
sha256:107cd639a9462c0181ba956d853de2c77bd6fc7729928ea6ca74ab1f9074f5d6
|
|
|
docker~build-push-action~85K6L2.dockerbuild
|
20.1 KB |
sha256:df3441b7a1f7627c54cfdca1c1e3a3800a4fca65b45cdae648ec723b9541dd4c
|
|
|
docker~build-push-action~9GFTPC.dockerbuild
|
11.6 KB |
sha256:3452837076a670602a1af5b649188b44acff226fbd083564cfe375d8b8c43d3b
|
|
|
docker~build-push-action~9UGAVQ.dockerbuild
|
22.7 KB |
sha256:ead0c276035c49e1167811450627d6a4ee2b7d6ef3143d97897eb92f3574dbf6
|
|
|
docker~build-push-action~AJFM4U.dockerbuild
|
22.2 KB |
sha256:71efd4c97e7062e94d9adf46e4e797582c8af29f7b9f369050f409efa7d3e0e7
|
|
|
docker~build-push-action~D8Q7SJ.dockerbuild
|
21.9 KB |
sha256:6e102ebdf627e67e590f7c7abbc6ce6beb79a5ecd932662847b526587e8cac7f
|
|
|
docker~build-push-action~DRPQ69.dockerbuild
|
11.4 KB |
sha256:30ab500e00e769578700e428537d7ae091ff24d1ed2fcc88c51ffb48efd86e8d
|
|
|
docker~build-push-action~EUANPO.dockerbuild
|
28.9 KB |
sha256:d09a4496da3d4df6a67ef818791744cbc3b8d9f1260f6e9f6dd4ade6fb892507
|
|
|
docker~build-push-action~F16BRB.dockerbuild
|
31.2 KB |
sha256:4fdcfa1a95ad4cd692d6807f0cfcd1733f62e1d319290a228570e53988338796
|
|
|
docker~build-push-action~GDP4YX.dockerbuild
|
22.3 KB |
sha256:76d7e3ded36baa771f1db0dafb67e79efff3cbcac1f005f18801230c938447bc
|
|
|
docker~build-push-action~GHDMR2.dockerbuild
|
86 KB |
sha256:68fd7e5341ddc2ff4b51bc8e8f7319b1d9366c908714b48ce8827431948dad68
|
|
|
docker~build-push-action~H089O6.dockerbuild
|
30.8 KB |
sha256:5c004d5b0cf5790c516ae75ea4b8b6367b2e5201f6165b103499225142c23389
|
|
|
docker~build-push-action~HB737K.dockerbuild
|
21.8 KB |
sha256:7c7d30e342472ea7d7eefbf6a2f7c850f1119b6e688d0fc67d38bd91627dbc3a
|
|
|
docker~build-push-action~HSGQY1.dockerbuild
|
28.7 KB |
sha256:c81d855d4f33a5d95046a13dcaecfe0e4b2d0b9c9d1d1c8df3a65660a5022a1a
|
|
|
docker~build-push-action~J6MEA9.dockerbuild
|
23.1 KB |
sha256:733625c9c900ae105249d3305288f722cbe9fbd84c3fa31b50b77264e973df13
|
|
|
docker~build-push-action~KEI7D6.dockerbuild
|
29.2 KB |
sha256:89bdce063809ed5cab09ffc0cfd3abe6ce7c495b448ae3fc6ea0146f4409ca7f
|
|
|
docker~build-push-action~L4ID51.dockerbuild
|
55.8 KB |
sha256:b6e7cd3b1abf3aacca09e3c10619f7ac857ddce1d2d2373b7c4c1bd1af5197bd
|
|
|
docker~build-push-action~LXRP5C.dockerbuild
|
20.1 KB |
sha256:9b3b61480a394877844be361866ca061cbbe7e06170336a30d19b29d66cef605
|
|
|
docker~build-push-action~MARNPR.dockerbuild
|
43.1 KB |
sha256:aed1f09537d7a70a37d620c871dc03798fac977601592941cc27361e9d498dc9
|
|
|
docker~build-push-action~MBMTVF.dockerbuild
|
30 KB |
sha256:350d2172b96f15fdb39812898bf3a63685e875c24de91892d4a5b4b0e02f4aa0
|
|
|
docker~build-push-action~MEFU1U.dockerbuild
|
23.3 KB |
sha256:744ec71e4cf6a773331cb476a137279846821fc81e9dd3780fd2a82c35704f42
|
|
|
docker~build-push-action~MEL3CK.dockerbuild
|
32.1 KB |
sha256:37ecddc663a942c9a583c479e9a1d2af1e6c95a28c5378abf090ecbe89f047cb
|
|
|
docker~build-push-action~MLQXS4.dockerbuild
|
22.1 KB |
sha256:0bece6f79015d15ad94586431624274c494396eab8904d7977aa5bb288ef0f2b
|
|
|
docker~build-push-action~MOS1V7.dockerbuild
|
23.3 KB |
sha256:7d50136d2fdd39dd0b9ba7de1c44a12b3fc466a9992917cd45230c28bd45ecde
|
|
|
docker~build-push-action~MPPOSW.dockerbuild
|
23.8 KB |
sha256:34b205060449fdef2e2d0d9ba5a6efaff4369eafff5d6a85cbafc09bbd6e00de
|
|
|
docker~build-push-action~MWO79V.dockerbuild
|
22.7 KB |
sha256:7734ff82e4d74b0f9f6886b4d42b19761499184e4251c3d0e44c0f442b3d2387
|
|
|
docker~build-push-action~N5XSJG.dockerbuild
|
15.8 KB |
sha256:97f279c861bb41a57a7d9894a105f4395dc2f0c0f926af713514f2eb452a955e
|
|
|
docker~build-push-action~NPV0E4.dockerbuild
|
22.9 KB |
sha256:ac2ffe747b2144b092757ad9926da8dcf704d3944432f042d3bf9a5f1c9d000c
|
|
|
docker~build-push-action~OLN6NM.dockerbuild
|
12 KB |
sha256:a570ec75c776e4d89e1e63814ecafec1d4e5a8cd2e875ce9c213a13e4c8758bb
|
|
|
docker~build-push-action~P4UFTI.dockerbuild
|
31.4 KB |
sha256:0b6a9eafaad64afaf2f42058c9b38fca95985dd10261fc991d0a31340eb4c1a7
|
|
|
docker~build-push-action~P6J0IT.dockerbuild
|
12.1 KB |
sha256:18c4d092ff60829f54334124a3cc095f38930e699af6db3b7c5f2e7821a488d5
|
|
|
docker~build-push-action~PJ1FWK.dockerbuild
|
41.3 KB |
sha256:ac58e57230538cc5145cdf57abf193373f107a69600965c323b445fe1fc66df8
|
|
|
docker~build-push-action~PMH991.dockerbuild
|
52.3 KB |
sha256:6162763b662aa7424dd8280375286912905080fc6c1db59f3932d0d9275b5004
|
|
|
docker~build-push-action~PONMXJ.dockerbuild
|
49.4 KB |
sha256:c3cd622fb8c1cbcfeb24440339f1e8130a577fe86b54745f95960816cfc771ef
|
|
|
docker~build-push-action~QH6G2O.dockerbuild
|
21.9 KB |
sha256:ab4601efd10dcd5fdf735d717c49801d87801a18f2c4c2ee992f706e93556c53
|
|
|
docker~build-push-action~QMATE1.dockerbuild
|
29 KB |
sha256:d1b78d3787b65577cb4cb2132389d12df63eccf47ff904cbbbb6f6dc9e3c6e1d
|
|
|
docker~build-push-action~R1GUI4.dockerbuild
|
33.1 KB |
sha256:1dcb6f6947e501141f963c6c9760671e908eb9b25de363e8ab91e255fb1f7e4e
|
|
|
docker~build-push-action~RX84CG.dockerbuild
|
31.1 KB |
sha256:a6bb899ae8160b338398d5f1d77c485f8d97232917a64ce2709df8150ca8fdf2
|
|
|
docker~build-push-action~SGCADA.dockerbuild
|
22.8 KB |
sha256:252e2837faffc3f286867e3795ad42b918d47e5e6b61f2b19528ec7aa7096dcd
|
|
|
docker~build-push-action~UHX47C.dockerbuild
|
22.5 KB |
sha256:cfc189a3ade71b65a7ad714f69b91d826bb260963c163a293e58de35c63c5bc9
|
|
|
docker~build-push-action~UWC1ZL.dockerbuild
|
58.2 KB |
sha256:43b18950a1c050c7eb5fcd6c1f88f2cd9bcfe4c80668cc629e9b232cd79f42b9
|
|
|
docker~build-push-action~WOM99Z.dockerbuild
|
51.6 KB |
sha256:5498f20e3732a6f40d914ec70f755a127723e382f0646bf99c343292279b9cea
|
|
|
docker~build-push-action~XXC466.dockerbuild
|
48.9 KB |
sha256:fb99c4b085b2f809d95c706e5a5167265afdc65c900b7f179246a616a6e9bbd7
|
|
|
docker~build-push-action~YMFDDO.dockerbuild
|
11.8 KB |
sha256:cf54c0db0eca845d288714fcbc4ee6735ac205e7ba447abab2a7e525bc90315f
|
|
|
docker~build-push-action~YPG3JQ.dockerbuild
|
11.9 KB |
sha256:a47bbef5ef5325ffbcbb43d7756c02942938ca40787fe475fc5e35401705da8b
|
|
|
docker~build-push-action~ZF1ZNI.dockerbuild
|
10.7 KB |
sha256:3a5db2b8271140ed362cb9a4f8e2c674c1bfe94b420d9731e155ec6dcbe4b0a9
|
|
|
docker~build-push-action~ZZUAHT.dockerbuild
|
23.1 KB |
sha256:d39097dcb01f6b2a830b5945d6f97880f796b5ef598d902e62ad91195af5e2aa
|
|