Skip to content

Commit 69555af

Browse files
author
Dave Conroy
committed
Release 13.9.4 - See CHANGELOG.md
1 parent 9f23e9e commit 69555af

File tree

4 files changed

+12
-466
lines changed

4 files changed

+12
-466
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 13.9.4 2021-03-18 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Gitlab-EE 13.9.4
5+
6+
17
## 13.9.3 2021-03-08 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM tiredofit/debian:buster
22
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
33

44
### Set Defaults and Arguments
5-
ENV GITLAB_VERSION="13.9.3-ee" \
5+
ENV GITLAB_VERSION="13.9.4-ee" \
66
GITLAB_SHELL_VERSION="13.17.0" \
77
GITLAB_WORKHORSE_VERSION="8.63.2" \
88
GITLAB_PAGES_VERSION="1.35.0" \
9-
GITALY_SERVER_VERSION="13.9.3" \
9+
GITALY_SERVER_VERSION="13.9.4" \
1010
GITLAB_ELASTICSEARCH_INDEXER_VERSION="2.9.0" \
1111
GITLAB_USER="git" \
1212
GITLAB_HOME="/home/git" \
@@ -29,7 +29,7 @@ ENV GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab" \
2929
SKIP_SANITY_CHECK=FALSE
3030

3131
### Set Nginx Version Number
32-
ENV NGINX_VERSION=1.19.6 \
32+
ENV NGINX_VERSION=1.19.8 \
3333
NGINX_AUTH_LDAP_VERSION=master \
3434
NGINX_BROTLI_VERSION=25f86f0bac1101b6512135eac5f93c49c63609e3 \
3535
NGINX_BOT_BLOCKER_VERSION=V4.2020.11.2170 \
@@ -288,10 +288,10 @@ RUN set -x && \
288288
sudo -u ${GITLAB_USER} git config --global gc.auto 0 && \
289289
sudo -u ${GITLAB_USER} git config --global repack.writeBitmaps true && \
290290
sudo -u ${GITLAB_USER} git config --global receive.advertisePushOptions true && \
291-
sudo -u ${GITLAB_USER} git config --global core.fsyncObjectFiles true && \
291+
sudo -u ${GITLAB_USER} git config --global core.fsyncObjectFiles true
292292
\
293293
### Download and Install Gitlab
294-
GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab.git && \
294+
RUN set -x; GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab.git && \
295295
mkdir -p ${GITLAB_INSTALL_DIR} && \
296296
git clone -q -b v${GITLAB_VERSION} --depth 1 ${GITLAB_CLONE_URL} ${GITLAB_INSTALL_DIR} && \
297297
\

0 commit comments

Comments
 (0)