Skip to content

Commit

Permalink
Added version 17.0, and dropped 15.6.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Sep 27, 2024
1 parent e1e0511 commit 8f4bb89
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
matrix:
version:
- latest
- '15.6'
- '16.4'
- '17.0'
steps:
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
Expand Down
6 changes: 3 additions & 3 deletions 15.6/Dockerfile → 17.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15.6
FROM postgres:17.0
MAINTAINER Hermann Mayer "[email protected]"

# You can change this environment variable on run's with -e
Expand All @@ -16,10 +16,10 @@ RUN echo 'deb [ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] \

# Install system packages
RUN apt-get update -yqqq && \
apt-cache policy postgresql-15-postgis-3 && \
apt-cache policy postgresql-17-postgis-3 && \
apt-get install -y \
dbus avahi-daemon avahi-utils libnss-mdns supervisor \
postgresql-15-postgis-3=3.4.0+dfsg-1.pgdg120+1
postgresql-17-postgis-3=3.4.3+dfsg-2.pgdg120+1

# Copy custom scripts
COPY config/*.sh /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion 15.6/Makefile → 17.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL := bash
REGISTRY ?=
CANONICAL_NAME ?= postgres
IMAGE_NAME ?= hausgold/$(CANONICAL_NAME)
IMAGE_REF ?= 15.6
IMAGE_REF ?= 17.0
IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF)
TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion latest

0 comments on commit 8f4bb89

Please sign in to comment.