Skip to content
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
4 changes: 2 additions & 2 deletions 14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 14

Check warning on line 5 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 5 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 PG_VERSION 14.20
ENV PG_SHA256 7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b
ENV PG_VERSION 14.22

Check warning on line 6 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 PG_SHA256 f57938ad30067077720277f6d7db05aafc07d1545efd2ed82f199ba828a7ad34

Check warning on line 7 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 7 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 PG_REPACK_VERSION 1.4.7

Check warning on line 8 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 LANG en_US.utf8

Check warning on line 10 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 10 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 13 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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 13 in 14/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-14

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/
llvm15-dev \
clang15

Expand Down
4 changes: 2 additions & 2 deletions 15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 15

Check warning on line 5 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 5 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_VERSION 15.15
ENV PG_SHA256 5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa
ENV PG_VERSION 15.17

Check warning on line 6 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_SHA256 ae14f24c14727e0b2ded1c5553031666099bd1054db3ef44bfa6e2bd6d554a56

Check warning on line 7 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 7 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_REPACK_VERSION 1.4.8

Check warning on line 8 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 LANG en_US.utf8

Check warning on line 10 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 10 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 13 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 13 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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/
llvm15-dev \
clang15

Expand Down
4 changes: 2 additions & 2 deletions 16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 16

Check warning on line 5 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 5 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 PG_VERSION 16.11
ENV PG_SHA256 6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac
ENV PG_VERSION 16.13

Check warning on line 6 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 PG_SHA256 dc2ddbbd245c0265a689408e3d2f2f3f9ba2da96bd19318214b313cdd9797287

Check warning on line 7 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 7 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 PG_REPACK_VERSION 1.5.0

Check warning on line 8 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 LANG en_US.utf8

Check warning on line 10 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 10 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 13 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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 13 in 16/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-16

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/
llvm15-dev \
clang15

Expand Down
4 changes: 2 additions & 2 deletions 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

ARG PG_REPACK_VERSION=1.5.1

ENV PG_MAJOR 17

Check warning on line 7 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 7 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 7 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 7 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_VERSION 17.7
ENV PG_SHA256 ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5
ENV PG_VERSION 17.9

Check warning on line 8 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_SHA256 3b9a62538a8da151e807a3ddb1198e8605f2032544d78f403ae883d27ecf1ee4

Check warning on line 9 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 9 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 9 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 9 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_REPACK_VERSION $PG_REPACK_VERSION

Check warning on line 10 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 10 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 10 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 10 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 LANG en_US.utf8

Check warning on line 12 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 12 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 12 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 12 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 15 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 15 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 15 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17

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 15 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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/
llvm15-dev \
clang15

Expand Down
4 changes: 2 additions & 2 deletions 18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

ARG PG_REPACK_VERSION=1.5.3

ENV PG_MAJOR 18

Check warning on line 7 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 7 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 PG_VERSION 18.1
ENV PG_SHA256 ff86675c336c46e98ac991ebb306d1b67621ece1d06787beaade312c2c915d54
ENV PG_VERSION 18.3

Check warning on line 8 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 PG_SHA256 d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f

Check warning on line 9 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 9 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 PG_REPACK_VERSION $PG_REPACK_VERSION

Check warning on line 10 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 10 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 LANG en_US.utf8

Check warning on line 12 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 12 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 15 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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 15 in 18/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-18

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/
llvm19-dev \
clang19

Expand Down
Loading