Skip to content

Commit 5ee6a47

Browse files
author
Josh Holtz
committed
Version updates
1 parent fdd11b1 commit 5ee6a47

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,56 @@
11
language: bash
2+
23
services: docker
34

5+
6+
47
env:
58
- VERSION=9.5
69
- VERSION=9.4
710
- VERSION=9.3
811
- VERSION=9.2
912
- VERSION=9.1
1013

14+
- VERSION=9.5
15+
16+
- VERSION=9.4
17+
18+
- VERSION=9.3
19+
20+
- VERSION=9.2
21+
22+
- VERSION=9.1
23+
24+
25+
1126
install:
27+
1228
- git clone https://github.com/docker-library/official-images.git ~/official-images
1329

30+
31+
1432
before_script:
33+
1534
- env | sort
35+
1636
- cd "$VERSION"
37+
1738
- image="postgres:$VERSION"
1839

40+
41+
1942
script:
43+
2044
- docker build -t "$image" .
45+
2146
- ~/official-images/test/run.sh "$image"
2247

48+
49+
2350
after_script:
51+
2452
- docker images
2553

54+
55+
2656
# vim:set et ts=2 sw=2:

9.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.1
27-
ENV PG_VERSION 9.1.19-1.pgdg80+1
27+
ENV PG_VERSION 9.1.20-1.pgdg80+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.2
27-
ENV PG_VERSION 9.2.14-1.pgdg80+1
27+
ENV PG_VERSION 9.2.15-1.pgdg80+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.3
27-
ENV PG_VERSION 9.3.10-1.pgdg80+1
27+
ENV PG_VERSION 9.3.11-1.pgdg80+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.4
27-
ENV PG_VERSION 9.4.5-2.pgdg80+1
27+
ENV PG_VERSION 9.4.6-1.pgdg80+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2424
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2525

2626
ENV PG_MAJOR 9.5
27-
ENV PG_VERSION 9.5.0-1.pgdg80+2
27+
ENV PG_VERSION 9.5.1-1.pgdg80+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

0 commit comments

Comments
 (0)