mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Merge branch 'overhaul-danger' into 'master'
Maintain Danger image with Node.js 14 etc. See merge request gitlab-org/gitlab-build-images!395
This commit is contained in:
commit
954b621a79
1 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
FROM ruby:2.7.2-buster
|
FROM ruby:2.7.3
|
||||||
MAINTAINER GitLab Quality Team
|
MAINTAINER GitLab Quality Team
|
||||||
|
|
||||||
# Danger manipulates git diff output. When an unicode char is present in the diff, it chokes with
|
# Danger manipulates git diff output. When an unicode char is present in the diff, it chokes with
|
||||||
# (Danger::DSLError) [!] Invalid `Dangerfile` file: invalid byte sequence in US-ASCII
|
# (Danger::DSLError) [!] Invalid `Dangerfile` file: invalid byte sequence in US-ASCII
|
||||||
# eg. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/275286625
|
# eg. https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/275286625
|
||||||
ENV LC_ALL "C.UTF-8"
|
ENV LC_ALL "C.UTF-8"
|
||||||
|
|
||||||
ENV NODE_VERSION=12.4.0
|
ENV NODE_VERSION=14.16.1
|
||||||
ENV YARN_VERSION=1.21.1-1
|
ENV YARN_VERSION=1.22.5-1
|
||||||
ENV GITLAB_GEM_VERSION=4.16.1
|
ENV GITLAB_GEM_VERSION=4.16.1
|
||||||
ENV DANGER_GEM_VERSION=8.2.2
|
ENV DANGER_GEM_VERSION=8.2.2
|
||||||
ENV DANGER_GITLAB_GEM_VERSION=8.0.0
|
ENV DANGER_GITLAB_GEM_VERSION=8.0.0
|
||||||
|
|
@ -17,7 +17,7 @@ ADD /scripts/ /scripts/
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y git \
|
&& apt-get install -y git \
|
||||||
&& /scripts/install-node ${NODE_VERSION} ${YARN_VERSION} \
|
&& /scripts/install-node ${NODE_VERSION} ${YARN_VERSION} \
|
||||||
&& yarn global add alex@7 \
|
&& yarn global add alex@9 \
|
||||||
&& yarn cache clean \
|
&& yarn cache clean \
|
||||||
&& apt-get autoremove -yq \
|
&& apt-get autoremove -yq \
|
||||||
&& apt-get clean -yqq \
|
&& apt-get clean -yqq \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue