Update version to v0.6.2 #38
auto-release.yaml
on: push
get-tag
5s
Matrix: build-release-image / call-workflow / build-and-push
release-pages
/
Create PR
11s
create release
5s
Annotations
6 warnings
The 'as' keyword should match the case of the 'from' keyword:
images/controller/Dockerfile#L8
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior:
images/controller/Dockerfile#L30
RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior
More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/
|
The 'as' keyword should match the case of the 'from' keyword:
images/agent/Dockerfile#L8
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior:
images/agent/Dockerfile#L30
RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior
More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/
|
Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior:
images/nettools/Dockerfile#L31
RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior
More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/
|
The 'as' keyword should match the case of the 'from' keyword:
images/nettools/Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|