Commit ed9ebcf7 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update Dockerfile

parent 4d4c48cb
No related merge requests found
Pipeline #44210 failed with stage
in 28 seconds
Showing with 2 additions and 11 deletions
+2 -11
FROM rhel8/postgresql-12 as pg FROM postgres:13 as pg
LABEL maintainer="David Bitner / Remi Cresson" LABEL maintainer="David Bitner"
ENV POSTGIS_MAJOR 3 ENV POSTGIS_MAJOR 3
ENV PGUSER postgres ENV PGUSER postgres
...@@ -53,12 +53,3 @@ RUN pip3 install -e /opt/src/pypgstac[psycopg] ...@@ -53,12 +53,3 @@ RUN pip3 install -e /opt/src/pypgstac[psycopg]
ENV PYTHONPATH=/opt/src/pypgstac:${PYTHONPATH} ENV PYTHONPATH=/opt/src/pypgstac:${PYTHONPATH}
WORKDIR /opt/src WORKDIR /opt/src
ENV POSTGRES_USER=username
ENV POSTGRES_PASSWORD=password
ENV POSTGRES_DB=postgis
ENV PGUSER=username
ENV PGPASSWORD=password
ENV PGHOST=localhost
ENV PGDATABASE=postgis
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment