Upgrade Alpine to 3.12
This commit is contained in:
parent
9c5ca99fdc
commit
b1f60bd4f8
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
@ -50,7 +50,7 @@ RUN set -ex \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm9-dev clang g++ \
|
llvm10-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
@ -50,7 +50,7 @@ RUN set -ex \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm9-dev clang g++ \
|
llvm10-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
@ -50,7 +50,7 @@ RUN set -ex \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm9-dev clang g++ \
|
llvm10-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
FROM alpine:%%ALPINE-VERSION%%
|
FROM alpine:%%ALPINE-VERSION%%
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11-stable
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
addgroup -g 70 -S postgres; \
|
addgroup -g 70 -S postgres; \
|
||||||
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
|
||||||
|
|
@ -50,7 +50,7 @@ RUN set -ex \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm9-dev clang g++ \
|
llvm10-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue