Add manual CI pipeline

This commit is contained in:
Dave Conroy
2021-10-17 09:41:53 -07:00
parent 39bd8537ff
commit 1cd014b165

View File

@@ -5,13 +5,11 @@ ENV MSSQL_VERSION=17.8.1.1-1 \
CONTAINER_ENABLE_MESSAGING=FALSE \
CONTAINER_ENABLE_MONITORING=TRUE
ENV LANG=en_US.utf8 \
PG_MAJOR=14 \
PG_VERSION=14.0 \
PGDATA=/var/lib/postgresql/data
### Create User Accounts
RUN set -ex && \
addgroup -g 70 postgres && \