Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support postgres database #266

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.36.3-slim-bullseye AS base
FROM perl:5.36.3-slim-bullseye@sha256:b1e1930cd1377c8db81226d3c65e7bd825f0c9f08b7daa838992692c8504dc19 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -46,7 +46,7 @@ EOF
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.36.3-bullseye AS build-cpan
FROM perl:5.36.3-bullseye@sha256:4edb499288f40881a320dd95df1fa6656991226f67b9131818b0c785c97faa31 AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile

Expand Down Expand Up @@ -148,7 +148,8 @@ RUN <<EOF
bash \
libgd3 \
librsvg2-2 \
iproute2
iproute2 \
libpq5
LC_ALL=C apt-get autoremove -qqy && LC_ALL=C apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.[^.] ~/.??* ~/*
EOF
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile-threaded-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# base layer with perl and some general preparations
#
FROM perl:5.36.3-slim-threaded-bullseye AS base
FROM perl:5.36.3-slim-threaded-bullseye@sha256:51d5c5c317a508676d6e0790a1a8b9fc2d17c1def80e67b297b3ae91bd19ba89 AS base

ARG TARGETPLATFORM

Expand Down Expand Up @@ -46,7 +46,7 @@
# Install all CPAN Modules, needed from FHEM and standard modules
#

FROM perl:5.36.3-threaded-bullseye AS build-cpan
FROM perl:5.36.3-threaded-bullseye@sha256:b975af4332429b522c3b848bcf2a1c99b2b1b7355a796359810313956b3a7e5d AS build-cpan

COPY cpanfile /usr/src/app/core/cpanfile

Expand Down Expand Up @@ -147,7 +147,8 @@
bash \
libgd3 \
librsvg2-2 \
iproute2
iproute2 \
libpq5
LC_ALL=C apt-get autoremove -qqy && LC_ALL=C apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.[^.] ~/.??* ~/*
EOF
Expand Down Expand Up @@ -217,7 +218,7 @@

# annotation labels according to
# https://github.com/opencontainers/image-spec/blob/v1.0.1/annotations.md#pre-defined-annotation-keys
LABEL org.opencontainers.image.created ${BUILD_DATE} \

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 221 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
org.opencontainers.image.authors ${L_AUTHORS} \
org.opencontainers.image.url ${L_URL} \
org.opencontainers.image.documentation ${L_USAGE} \
Expand All @@ -227,7 +228,7 @@
org.opencontainers.image.vendor ${L_VENDOR} \
org.opencontainers.image.licenses ${L_LICENSES} \
org.opencontainers.image.title ${L_TITLE}
LABEL org.opencontainers.image.description ${L_DESCR}

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 231 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

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

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN chmod 755 /*.sh /usr/local/bin/* \
&& echo "org.opencontainers.image.created=${BUILD_DATE}\norg.opencontainers.image.authors=${L_AUTHORS}\norg.opencontainers.image.url=${L_URL}\norg.opencontainers.image.documentation=${L_USAGE}\norg.opencontainers.image.source=${L_VCS_URL}\norg.opencontainers.image.version=${IMAGE_VERSION}\norg.opencontainers.image.revision=${IMAGE_VCS_REF}\norg.opencontainers.image.vendor=${L_VENDOR}\norg.opencontainers.image.licenses=${L_LICENSES}\norg.opencontainers.image.title=${L_TITLE}\norg.opencontainers.image.description=${L_DESCR}\norg.fhem.authors=${L_AUTHORS_FHEM}\norg.fhem.url=${L_URL_FHEM}\norg.fhem.documentation=${L_USAGE_FHEM}\norg.fhem.source=${L_VCS_URL_FHEM}\norg.fhem.version=${FHEM_VERSION}\norg.fhem.vendor=${L_VENDOR_FHEM}\norg.fhem.licenses=${L_LICENSES_FHEM}\norg.fhem.description=${L_DESCR_FHEM}" > /image_info
Expand All @@ -248,7 +249,7 @@
# Add additional Perl and System layers
#

FROM with-fhem as with-fhem-extended

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 252 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

ENV PERL5LIB=${PERL5LIB}:/usr/src/app/3rdparty/lib/perl5

Expand Down Expand Up @@ -282,7 +283,7 @@
# Add additional Python layer
#

FROM with-fhem-extended as with-fhem-extended-python

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / base_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, 386)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / test_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm/v7)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / cpan_build (-threaded-bullseye, arm64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 286 in Dockerfile-threaded-bullseye

View workflow job for this annotation

GitHub Actions / published_build (-threaded-bullseye)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN <<EOF
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get update
Expand Down
Loading