Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
ARG TARGETARCH
ARG BUILD_DATE

ENV BUILD_DATE $BUILD_DATE

Check warning on line 6 in Dockerfile.base

View workflow job for this annotation

GitHub Actions / Build Base Container Image

Legacy key/value format with whitespace separator should not be used

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/

Check warning on line 6 in Dockerfile.base

View workflow job for this annotation

GitHub Actions / Build Base Container Image

Legacy key/value format with whitespace separator should not be used

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/

ENV PIP_BREAK_SYSTEM_PACKAGES 1

Check warning on line 8 in Dockerfile.base

View workflow job for this annotation

GitHub Actions / Build Base Container Image

Legacy key/value format with whitespace separator should not be used

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/

Check warning on line 8 in Dockerfile.base

View workflow job for this annotation

GitHub Actions / Build Base Container Image

Legacy key/value format with whitespace separator should not be used

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/

# renovate: datasource=pypi depName=yamale
ARG YAMALE_VERSION=6.1.0
Expand All @@ -14,7 +14,7 @@
ARG YQ_VERSION=4.40.4

# renovate: datasource=pypi depName=yamllint
ARG YAMLLINT_VERSION=1.37.1
ARG YAMLLINT_VERSION=1.38.0

# renovate: datasource=github-tags depName=koalaman/shellcheck extractVersion=^v(?<version>.*)$
ARG SHELLCHECK_VERSION="0.11.0"
Expand Down
Loading