File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ ARG VERSION=17-bookworm
33# Use the base image
44FROM postgres:${VERSION}
55ARG VERSION
6- ARG SOURCE
76LABEL org.opencontainers.image.description="PostgreSQL image with primary/replica support" \
8- org.opencontainers.image.source="$SOURCE" \
97 org.opencontainers.image.version="$VERSION"
108
119# Install packages postgis and pgvector
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ OS ?= $(shell uname | tr A-Z a-z)
77VERSION ?= 17-bookworm
88
99# Docker repository
10- DOCKER_SOURCE ?= https://github.com/mutablelogic/docker-postgres
1110DOCKER_REPO ?= ghcr.io/mutablelogic/docker-postgres
1211BUILD_TAG = ${DOCKER_REPO}-${OS}-${ARCH}:${VERSION}
1312
@@ -20,7 +19,6 @@ docker: docker-dep
2019 --build-arg ARCH=${ARCH} \
2120 --build-arg OS=${OS} \
2221 --build-arg VERSION=${VERSION} \
23- --build-arg SOURCE=${DOCKER_SOURCE} \
2422 -f Dockerfile .
2523
2624# Push the docker image
You can’t perform that action at this time.
0 commit comments