Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit c60fdae

Browse files
committed
Only build ruby 3.1 image
1 parent bd2f5e5 commit c60fdae

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/scheduled_jobs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- ruby_version: "2.7"
17-
postgresql_version: 17
18-
- ruby_version: "2.6"
19-
postgresql_version: 17
20-
- ruby_version: "3.0"
21-
postgresql_version: 17
2216
- ruby_version: "3.1"
2317
postgresql_version: 17
2418
outputs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV TZ=Etc/UTC \
55
LANG=C.UTF-8 \
66
DEBIAN_FRONTEND=noninteractive
77

8-
# With super fun replacements for `curl` and `lsb_release`:
8+
# Using alternatives to `curl` and `lsb_release`:
99
RUN ruby -ropen-uri -e 'File.write("/etc/apt/trusted.gpg.d/postgresql.asc", URI.open("https://www.postgresql.org/media/keys/ACCC4CF8.asc").read)' && \
1010
echo "deb https://apt.postgresql.org/pub/repos/apt $(sed -n 's/^VERSION_CODENAME=//p' /etc/os-release)-pgdg main" > /etc/apt/sources.list.d/pgdg.list
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
What is this?
22
--
3-
Ruby 2.6/2.7/3.0/3.1 docker image with PostgreSQL.
3+
Ruby 3.1 docker image with PostgreSQL.
44

55
Rebuilt weekly.
66

77
Usage
88
--
99
```
10-
FROM ghcr.io/underskog/ruby-pg:2.7-pg17
10+
FROM ghcr.io/underskog/ruby-pg:3.1-pg17
1111
```

0 commit comments

Comments
 (0)