mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Build image for www-gitlab-com
This commit is contained in:
parent
1f71111819
commit
e305ced647
5 changed files with 14 additions and 3 deletions
|
|
@ -13,3 +13,4 @@ variables:
|
||||||
ruby-2.1: *build_and_deploy
|
ruby-2.1: *build_and_deploy
|
||||||
ruby-2.2: *build_and_deploy
|
ruby-2.2: *build_and_deploy
|
||||||
ruby-2.3: *build_and_deploy
|
ruby-2.3: *build_and_deploy
|
||||||
|
www-gitlab-com: *build_and_deploy
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
FROM ruby:2.1
|
FROM ruby:2.1
|
||||||
|
|
||||||
ENV PACKAGES "git-core"
|
ENV PACKAGES "git-core" \
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
RUN /scripts/install-essentials
|
RUN /scripts/install-essentials
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
FROM ruby:2.3
|
FROM ruby:2.3
|
||||||
|
|
||||||
ENV PACKAGES "git-core"
|
ENV PACKAGES "git-core" \
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
RUN /scripts/install-essentials
|
RUN /scripts/install-essentials
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
FROM ruby:2.2
|
FROM ruby:2.2
|
||||||
|
|
||||||
ENV PACKAGES "git-core"
|
ENV PACKAGES "git-core" \
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
RUN /scripts/install-essentials
|
RUN /scripts/install-essentials
|
||||||
|
|
|
||||||
7
Dockerfile.www-gitlab-com
Normal file
7
Dockerfile.www-gitlab-com
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM ruby:2.1
|
||||||
|
|
||||||
|
ENV PACKAGES "git-core nodejs pandoc texlive-latex-recommended texlive-xetex texlive-fonts-recommended ed" \
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
ADD / /
|
||||||
|
RUN /scripts/install-essentials
|
||||||
Loading…
Add table
Add a link
Reference in a new issue