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
3
3
# Use the base image
4
4
FROM postgres:${VERSION}
5
5
ARG VERSION
6
- ARG SOURCE
7
6
LABEL org.opencontainers.image.description="PostgreSQL image with primary/replica support" \
8
- org.opencontainers.image.source="$SOURCE" \
9
7
org.opencontainers.image.version="$VERSION"
10
8
11
9
# 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)
7
7
VERSION ?= 17-bookworm
8
8
9
9
# Docker repository
10
- DOCKER_SOURCE ?= https://github.com/mutablelogic/docker-postgres
11
10
DOCKER_REPO ?= ghcr.io/mutablelogic/docker-postgres
12
11
BUILD_TAG = ${DOCKER_REPO}-${OS}-${ARCH}:${VERSION}
13
12
@@ -20,7 +19,6 @@ docker: docker-dep
20
19
--build-arg ARCH=${ARCH} \
21
20
--build-arg OS=${OS} \
22
21
--build-arg VERSION=${VERSION} \
23
- --build-arg SOURCE=${DOCKER_SOURCE} \
24
22
-f Dockerfile .
25
23
26
24
# Push the docker image
You can’t perform that action at this time.
0 commit comments