docker/install: Support version: master
#1357
test.yml
on: pull_request
prepare-itg
19s
test
1m 42s
Matrix: test-itg
Annotations
40 errors and 11 warnings
|
test-itg (cache.test.itg.ts, windows-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test
The operation was canceled.
|
|
test-itg (buildx/history.test.itg.ts, windows-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/history.test.itg.ts, windows-latest)
The operation was canceled.
|
|
test-itg (cache.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (cache.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (buildx/history.test.itg.ts, ubuntu-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/history.test.itg.ts, ubuntu-latest)
The operation was canceled.
|
|
test-itg (docker/install.test.itg.ts, windows-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (docker/install.test.itg.ts, windows-latest)
The operation was canceled.
|
|
test-itg (docker/install.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (docker/install.test.itg.ts, macos-13)
The operation was canceled.
|
|
test-itg (buildx/install.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/install.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (buildx/bake.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/bake.test.itg.ts, macos-13)
The operation was canceled.
|
|
test-itg (buildx/bake.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/bake.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (docker/docker.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (docker/docker.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (docker/install.test.itg.ts, ubuntu-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (docker/install.test.itg.ts, ubuntu-latest)
The operation was canceled.
|
|
test-itg (github.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/history.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/history.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (buildx/install.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/buildx.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/buildx.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (docker/install.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (docker/install.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (buildx/buildx.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/buildx.test.itg.ts, macos-13)
The operation was canceled.
|
|
test-itg (github.test.itg.ts, ubuntu-latest)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (github.test.itg.ts, ubuntu-latest)
The operation was canceled.
|
|
test-itg (cache.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (github.test.itg.ts, macos-12)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (github.test.itg.ts, macos-12)
The operation was canceled.
|
|
test-itg (docker/docker.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
test-itg (buildx/history.test.itg.ts, macos-13)
Canceling since a higher priority waiting request for 'test-refs/pull/438/merge' exists
|
|
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#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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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#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#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-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/
|
|
test-itg (docker/install.test.itg.ts, ubuntu-latest)
ERROR: failed to remove one or more builders
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~actions-toolkit~82S6SV.dockerbuild
Expired
|
15.9 KB |
sha256:ce74a0dd54130689ad852e372ab8a6b545af1b8853de6cb8e1a06244ab3358a4
|
|
|
docker~actions-toolkit~B6SUJA.dockerbuild
Expired
|
8.77 KB |
sha256:1dd7aa823d8bbcdb909295801c6f463598a60e5442eb6c56b56a42c6a9db964c
|
|
|
docker~actions-toolkit~HD0BWB+15.dockerbuild
Expired
|
78 KB |
sha256:928b5bd42b708f0e2f12d88b2e29513f344a1633852bd264e8e56daa71d61fbf
|
|
|
docker~actions-toolkit~MH3GUP.dockerbuild
Expired
|
11.7 KB |
sha256:b79763466d725c35b3d65dc3444c78c0f491f832d8f3c1a3cca7fa7c43f7c39f
|
|
|
docker~actions-toolkit~QHDHBC.dockerbuild
Expired
|
17.4 KB |
sha256:91a5739b0766670414407f6baae13fa9d01ffadd330e9f3b933057f163e49559
|
|
|
docker~actions-toolkit~Y1GLPC+1.dockerbuild
Expired
|
14.8 KB |
sha256:f373ea30c0020f543d1f243a0e4df4ee1f65d7d56f606650853fe0fc1a1cc8c4
|
|
|
github-repo.json
Expired
|
18 KB |
sha256:5e48624cd267ae16b60b8da61d950c4ccd152065ffce0acfdef8862bad1f5156
|
|