remove changelog #19
Triggered via pull request
September 23, 2024 08:54
Status
Success
Total duration
3m 21s
Artifacts
–
Annotations
5 warnings
Publish
Docker daemon needs to be running to export a build record
|
FROM --platform flag should not use a constant value:
Dockerfile#L2
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/
|
FROM --platform flag should not use a constant value:
Dockerfile#L23
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/
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile#L2
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#L23
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|