Merge pull request #974 from crazy-max/vendor-isghes #2536
test.yml
on: push
prepare-itg
29s
Matrix: test
Matrix: test-itg
Annotations
2 errors and 40 warnings
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
Process completed with exit code 1.
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, archive, latest)
Process completed with exit code 1.
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, rootless, archive, latest)
ERROR: failed to remove one or more builders
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
__tests__/.fixtures/lint.Dockerfile#L23
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):
__tests__/.fixtures/lint.Dockerfile#L18
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):
__tests__/.fixtures/lint-other.Dockerfile#L17
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):
__tests__/.fixtures/lint.Dockerfile#L23
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):
__tests__/.fixtures/lint.Dockerfile#L18
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):
__tests__/.fixtures/lint.Dockerfile#L17
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:
__tests__/.fixtures/lint.Dockerfile#L24
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:
__tests__/.fixtures/lint.Dockerfile#L31
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:
__tests__/.fixtures/lint.Dockerfile#L29
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):
__tests__/.fixtures/lint.Dockerfile#L25
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, 27.3.1)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, tcp, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, master)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, tcp, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-latest, docker/install.test.itg.ts, rootless, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, tcp, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, master)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, v29.0.0-rc.1, test)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, latest)
ERROR: failed to remove one or more builders
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
__tests__/.fixtures/lint.Dockerfile#L23
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):
__tests__/.fixtures/lint-other.Dockerfile#L20
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):
__tests__/.fixtures/lint.Dockerfile#L17
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:
__tests__/.fixtures/lint.Dockerfile#L24
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:
__tests__/.fixtures/lint.Dockerfile#L31
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:
__tests__/.fixtures/lint.Dockerfile#L29
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):
__tests__/.fixtures/lint.Dockerfile#L25
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):
__tests__/.fixtures/lint.Dockerfile#L23
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):
__tests__/.fixtures/lint.Dockerfile#L18
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):
__tests__/.fixtures/lint.Dockerfile#L17
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, tcp, image, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, v26.1.4)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, image, 27.3.1)
ERROR: failed to remove one or more builders
|
|
test-itg (ubuntu-24.04-arm, docker/install.test.itg.ts, root, archive, latest)
ERROR: failed to remove one or more builders
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, root, image, master)
Error: No git revision can be determined from the image
|
|
test-itg (macos-15-intel, docker/install.test.itg.ts, tcp, archive, latest)
Failed to restore: The operation was aborted.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~actions-toolkit~6GJ5M5+1.dockerbuild
Expired
|
20.7 KB |
sha256:deb017bd3a755255e41f64f373b28b51777270dbc2142f0abd3df6e7b86c6209
|
|
|
docker~actions-toolkit~9T69BF.dockerbuild
|
78.3 KB |
sha256:83ea0044e262b82fb43c56aaffcbdc5755606b177ded98f11f53e8caa00a73be
|
|
|
docker~actions-toolkit~FMVK2E.dockerbuild
Expired
|
22 KB |
sha256:3149782e6f32bf6331bc0c8bd8ca2e57b1778eab93a18581dd279ac0873444af
|
|
|
docker~actions-toolkit~FWZZUJ.dockerbuild
Expired
|
9.87 KB |
sha256:2d7252fff4d7299e7f43080363924c685a8f58de0279d326b623ba1acaa32cfa
|
|
|
docker~actions-toolkit~KAAJJK.dockerbuild
Expired
|
23.1 KB |
sha256:985476044d1e462812a1a8e95d6b291d3d1a8541a3c1faa2a610f4764550b79c
|
|
|
docker~actions-toolkit~KOPC1L+15.dockerbuild
Expired
|
133 KB |
sha256:9bf0e641a3c7ed24e99fe86ed7add009eceb280a3a41c5259ce4a9ee54f4a3ac
|
|
|
docker~actions-toolkit~M523WM.dockerbuild
|
78.9 KB |
sha256:16e7896e0bf76d6b7bcd86aecffd81ef7c3b3fd4aace78112c0729401a08d957
|
|
|
docker~actions-toolkit~MP7DLB.dockerbuild
|
78.2 KB |
sha256:bb334bf40014597e1ea899ebdc04f5b13925b23b09ae2ae8be8a0601c96d5ea5
|
|
|
docker~actions-toolkit~NITIWZ.dockerbuild
Expired
|
9.76 KB |
sha256:69881b9069076fa9fded4228428e0fa9eddbcd932b06b04c3c88861f204dffff
|
|
|
docker~actions-toolkit~OYZ26M.dockerbuild
|
78.7 KB |
sha256:41dd0ee4f74a561e6961168a16605145a1a5c2555a16324365370dd567a06384
|
|
|
docker~actions-toolkit~PWEC3A.dockerbuild
Expired
|
14.8 KB |
sha256:5dafeaa2bf2dbdc0d4bb46eb91a98c8652272a5427e825cdc8895bfcc00c730b
|
|
|
docker~actions-toolkit~Q1EURU.dockerbuild
Expired
|
22.7 KB |
sha256:72504b490b6f902f000e96c9a048ef9c33fdb669defb09ab29ccfad0ecdc0c22
|
|
|
docker~actions-toolkit~RBFJLA.dockerbuild
Expired
|
21.5 KB |
sha256:d8246d59ce3b36c8b9c6f09a411de665cd0dc324a27d7672dbd8664fe5e2c7b2
|
|
|
docker~actions-toolkit~V2JIK1+15.dockerbuild
Expired
|
126 KB |
sha256:fe2ae0281c8b9ecf6f63c4208d929dc19f8cd006774d586635f296cfd9a8ef8b
|
|
|
docker~actions-toolkit~VW7AXJ+1.dockerbuild
Expired
|
24.5 KB |
sha256:1fb678f5b90350ef146f7a1ce89d6ba75104e669e41a841937557c7b901d9ce7
|
|
|
docker~actions-toolkit~W0RC5Y.dockerbuild
|
77.9 KB |
sha256:7d3d270911eb5f2ebb9bf88b099baf031000c27236dead682f0ca7ffa1d0b52e
|
|
|
docker~actions-toolkit~WC0PO6.dockerbuild
|
77 KB |
sha256:e646ca00c4ca9dcbc5702eebe49196772ce370bdcfcea0a2e42882e2fddc81c0
|
|
|
docker~actions-toolkit~YAGPYE.dockerbuild
Expired
|
15.4 KB |
sha256:91d413161a42fbac989644bcb335bd439ea61319e013da3c5359df365efc7e32
|
|
|
github-repo-93a4c76a61.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|
|
github-repo-c614c4f8d8.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|