File tree Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r postgres && useradd -r -g postgres postgres
@@ -24,9 +24,9 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
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
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM debian:wheezy
2
+ FROM debian:jessie
3
3
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
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
26
26
ENV PG_MAJOR %%PG_MAJOR%%
27
27
ENV PG_VERSION %%PG_VERSION%%
28
28
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
30
30
31
31
RUN apt-get update \
32
32
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ${#versions[@]} -eq 0 ]; then
9
9
fi
10
10
versions=( " ${versions[@]%/ } " )
11
11
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'
13
13
packages=" $( echo " $packagesUrl " | sed -r ' s/[^a-zA-Z.-]+/-/g' ) "
14
14
curl -sSL " ${packagesUrl} .bz2" | bunzip2 > " $packages "
15
15
You can’t perform that action at this time.
0 commit comments