Skip to content

container image

container image #1331

Triggered via schedule September 27, 2024 20:18
Status Success
Total duration 30m 12s
Artifacts

container-image.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
docker-build
Process "docker run" closed with code 125
Legacy key/value format with whitespace separator should not be used: Dockerfile#L77
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/
Sensitive data should not be used in the ARG or ENV commands: Dockerfile#L77
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "MQTT_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
The 'as' keyword should match the case of the 'from' keyword: Dockerfile#L10
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#L74
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#L75
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#L76
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/