redirect stderr to log files in entrypoint and start-turbovnc scripts… #170
docker-build-opengl.yaml
on: pull_request
Matrix: build-amd64
Matrix: build-arm64
Annotations
21 errors and 79 warnings
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of .github/workflows/docker-build.yaml (fe7ffed9a563b7f7fe178db05a2c57702e6f8ed7)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of .github/workflows/keepalive.yml (51f7b67327f81389c62a71fa4f3aa6183e6db1ec)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of Dockerfile (8471cd464760477652d59a2ba97059f4e30b9a43)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of LICENSE (f67646b849fbb97a709104a88a9a0bb6555724aa)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of Makefile (80438cccdefddc48c2f25783c50c38fb2fc93b48)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
unable to read sha1 file of README.md (4a7ce1b47e3e078be66ae78979fcb037340283c6)
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
Could not reset index file to revision 'HEAD'.
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of .github/workflows/docker-build.yaml (fe7ffed9a563b7f7fe178db05a2c57702e6f8ed7)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of .github/workflows/keepalive.yml (51f7b67327f81389c62a71fa4f3aa6183e6db1ec)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of Dockerfile (8471cd464760477652d59a2ba97059f4e30b9a43)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of LICENSE (f67646b849fbb97a709104a88a9a0bb6555724aa)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of Makefile (80438cccdefddc48c2f25783c50c38fb2fc93b48)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
unable to read sha1 file of README.md (4a7ce1b47e3e078be66ae78979fcb037340283c6)
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
Could not reset index file to revision 'HEAD'.
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of .github/workflows/docker-build.yaml (fe7ffed9a563b7f7fe178db05a2c57702e6f8ed7)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of .github/workflows/keepalive.yml (51f7b67327f81389c62a71fa4f3aa6183e6db1ec)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of Dockerfile (8471cd464760477652d59a2ba97059f4e30b9a43)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of LICENSE (f67646b849fbb97a709104a88a9a0bb6555724aa)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of Makefile (80438cccdefddc48c2f25783c50c38fb2fc93b48)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
unable to read sha1 file of README.md (4a7ce1b47e3e078be66ae78979fcb037340283c6)
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
Could not reset index file to revision 'HEAD'.
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-amd64 (ubuntu:jammy, humble, jammy-humble)
Unable to clean or reset the repository. The repository will be recreated instead.
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-amd64 (nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda12.2-opengl)
Unable to clean or reset the repository. The repository will be recreated instead.
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-amd64 (nvidia/cuda:12.6.2-cudnn-devel-ubuntu22.04, humble, jammy-humble-cuda12.6-opengl)
Unable to clean or reset the repository. The repository will be recreated instead.
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
build-amd64 (nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04, humble, jammy-humble-cuda11.8-opengl)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L171
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L233
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L18
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L65
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile.opengl#L69
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L141
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Variables should be defined before their use:
Dockerfile.opengl#L235
UndefinedVar: Usage of undefined variable '$HOME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes:
Dockerfile.opengl#L235
WorkdirRelativePath: Relative workdir "" can have unexpected results if the base image changes
More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile.opengl#L4
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
LCAS~ros-docker-images~2B9UES.dockerbuild
|
85.8 KB |
|
LCAS~ros-docker-images~76H7D7.dockerbuild
|
102 KB |
|
LCAS~ros-docker-images~DF7FAQ.dockerbuild
|
103 KB |
|
LCAS~ros-docker-images~GFG6AJ.dockerbuild
|
99.2 KB |
|
LCAS~ros-docker-images~HN0TS3.dockerbuild
|
87.3 KB |
|
LCAS~ros-docker-images~IABTTO.dockerbuild
|
102 KB |
|
LCAS~ros-docker-images~KLT4E5.dockerbuild
|
103 KB |
|
LCAS~ros-docker-images~XHAB76.dockerbuild
|
98.9 KB |
|