Skip to content

Commit 403dc53

Browse files
committed
Merge pull request docker-library#71 from infosiftr/jessie
Switch from "wheezy" over to "jessie"
2 parents 09eabaa + cb70a79 commit 403dc53

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

9.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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.0
27-
ENV PG_VERSION 9.0.22-1.pgdg70+1
27+
ENV PG_VERSION 9.0.22-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

9.1/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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.18-1.pgdg70+1
27+
ENV PG_VERSION 9.1.18-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

9.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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.13-1.pgdg70+1
27+
ENV PG_VERSION 9.2.13-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

9.3/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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.9-1.pgdg70+1
27+
ENV PG_VERSION 9.3.9-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

9.4/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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.4-1.pgdg70+1
27+
ENV PG_VERSION 9.4.4-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

9.5/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ 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~alpha1-1.pgdg70+1
27+
ENV PG_VERSION 9.5~alpha1-1.pgdg80+1
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

Dockerfile.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:wheezy
2+
FROM debian:jessie
33

44
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
55
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -26,7 +26,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A4
2626
ENV PG_MAJOR %%PG_MAJOR%%
2727
ENV PG_VERSION %%PG_VERSION%%
2828

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

3131
RUN apt-get update \
3232
&& apt-get install -y postgresql-common \

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ${#versions[@]} -eq 0 ]; then
99
fi
1010
versions=( "${versions[@]%/}" )
1111

12-
packagesUrl='http://apt.postgresql.org/pub/repos/apt/dists/wheezy-pgdg/main/binary-amd64/Packages'
12+
packagesUrl='http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages'
1313
packages="$(echo "$packagesUrl" | sed -r 's/[^a-zA-Z.-]+/-/g')"
1414
curl -sSL "${packagesUrl}.bz2" | bunzip2 > "$packages"
1515

0 commit comments

Comments
 (0)