Skip to content

Commit

Permalink
Removed SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jan 20, 2025
1 parent a70ddee commit 53c4d9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ ARG VERSION=17-bookworm
# Use the base image
FROM postgres:${VERSION}
ARG VERSION
ARG SOURCE
LABEL org.opencontainers.image.description="PostgreSQL image with primary/replica support" \
org.opencontainers.image.source="$SOURCE" \
org.opencontainers.image.version="$VERSION"

# Install packages postgis and pgvector
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ OS ?= $(shell uname | tr A-Z a-z)
VERSION ?= 17-bookworm

# Docker repository
DOCKER_SOURCE ?= https://github.com/mutablelogic/docker-postgres
DOCKER_REPO ?= ghcr.io/mutablelogic/docker-postgres
BUILD_TAG = ${DOCKER_REPO}-${OS}-${ARCH}:${VERSION}

Expand All @@ -20,7 +19,6 @@ docker: docker-dep
--build-arg ARCH=${ARCH} \
--build-arg OS=${OS} \
--build-arg VERSION=${VERSION} \
--build-arg SOURCE=${DOCKER_SOURCE} \
-f Dockerfile .

# Push the docker image
Expand Down

0 comments on commit 53c4d9a

Please sign in to comment.