Skip to content

Commit 9c98875

Browse files
committed
Expand bit.ly link and adjust wording a bit
1 parent b031aa8 commit 9c98875

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

9.2/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

9.3/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

9.4/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

9.5/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

9.6/alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

Dockerfile-alpine.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ RUN set -ex \
9898
$runDeps \
9999
bash \
100100
su-exec \
101-
# tzdata adds around 1Mb to image size, but it is suggested by Django documentation that timezone should be set for performance reasons: http://bit.ly/2fMYhh1
101+
# tzdata is optional, but only adds around 1Mb to image size and is recommended by Django documentation:
102+
# https://docs.djangoproject.com/en/1.10/ref/databases/#optimizing-postgresql-s-configuration
102103
tzdata \
103104
&& apk del .fetch-deps .build-deps \
104105
&& cd / \

0 commit comments

Comments
 (0)