Open lemanko opened 3 years ago
Hi @lemanko,
Thanks for posting this issue!
llvm11-dev
is OK in the last CI/CD: https://github.com/postgis/docker-postgis/actions/runs/1327629790
docker build --pull -t postgis/postgis:12-3.1-alpine 12-3.1/alpine
Question: Are you using the --pull
options?
--pull
Always attempt to pull a newer version of the imagemy local build ( with --pull
is OK ) :
$ git clone https://github.com/postgis/docker-postgis.git
$ cd docker-postgis/
$ cd 12-3.1/alpine
$ docker build --pull -t postgis:12-3.1-alpine .
Sending build context to Docker daemon 8.704kB
Step 1/8 : FROM postgres:12-alpine
12-alpine: Pulling from library/postgres
a0d0a0d46f8b: Already exists
5034a66b99e6: Already exists
....
(53/57) Purging gettext-libs (0.21-r0)
(54/57) Purging libintl (0.21-r0)
(55/57) Purging libunistring (0.9.10-r1)
(56/57) Purging libprotoc (3.15.7-r1)
(57/57) Purging libprotobuf (3.15.7-r1)
Executing busybox-1.33.1-r3.trigger
OK: 220 MiB in 87 packages
Removing intermediate container 8151b31b4d54
---> 8c8203fe4ac3
Step 7/8 : COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh
---> 8bddc76a37fa
Step 8/8 : COPY ./update-postgis.sh /usr/local/bin
---> a43f7aaba1be
Successfully built a43f7aaba1be
Successfully tagged postgis:12-3.1-alpine
Change llvm11-dev to llvm-dev