Skip to content

Commit 53c4d9a

Browse files
committed
Removed SOURCE
1 parent a70ddee commit 53c4d9a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ ARG VERSION=17-bookworm
33
# Use the base image
44
FROM postgres:${VERSION}
55
ARG VERSION
6-
ARG SOURCE
76
LABEL 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

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ OS ?= $(shell uname | tr A-Z a-z)
77
VERSION ?= 17-bookworm
88

99
# Docker repository
10-
DOCKER_SOURCE ?= https://github.com/mutablelogic/docker-postgres
1110
DOCKER_REPO ?= ghcr.io/mutablelogic/docker-postgres
1211
BUILD_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

0 commit comments

Comments
 (0)