This repository was archived by the owner on Sep 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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`:
99RUN 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
Original file line number Diff line number Diff line change 11What 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
55Rebuilt weekly.
66
77Usage
88--
99```
10- FROM ghcr.io/underskog/ruby-pg:2.7 -pg17
10+ FROM ghcr.io/underskog/ruby-pg:3.1 -pg17
1111```
You can’t perform that action at this time.
0 commit comments