Skip to content

Docker Nightly Image CI #5156

Docker Nightly Image CI

Docker Nightly Image CI #5156

Triggered via schedule February 15, 2025 00:21
Status Success
Total duration 9m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
FROM --platform flag should not use a constant value: docker/images/n8n-custom/Dockerfile#L4
FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/
Legacy key/value format with whitespace separator should not be used: docker/images/n8n-custom/Dockerfile#L61
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/