mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Shuffle files around
This commit is contained in:
parent
ba27de2fd4
commit
e1f3488d98
9 changed files with 52 additions and 52 deletions
|
|
@ -1,14 +1,8 @@
|
||||||
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
|
||||||
|
RUN /scripts/install-phantomjs 2.1.1
|
||||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
|
||||||
# Must be set after install-essentials is run
|
|
||||||
ENV LANG en_US.UTF-8
|
|
||||||
ENV LANGUAGE en_US:en
|
|
||||||
ENV LC_ALL en_US.UTF-8
|
|
||||||
|
|
||||||
RUN /scripts/install-phantomjs
|
|
||||||
|
|
|
||||||
14
Dockerfile.ruby-2.1-gitlab-8.11
Normal file
14
Dockerfile.ruby-2.1-gitlab-8.11
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
FROM ruby:2.1
|
||||||
|
|
||||||
|
ENV PACKAGES="git-core"
|
||||||
|
|
||||||
|
ADD / /
|
||||||
|
RUN /scripts/install-essentials
|
||||||
|
|
||||||
|
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||||
|
# Must be set after install-essentials is run
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US:en
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
|
RUN /scripts/install-phantomjs
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
FROM ruby:2.1
|
|
||||||
|
|
||||||
ENV PACKAGES="git-core" \
|
|
||||||
LC_ALL=en_US.UTF-8
|
|
||||||
|
|
||||||
ADD / /
|
|
||||||
RUN /scripts/install-essentials
|
|
||||||
RUN /scripts/install-phantomjs 2.1.1
|
|
||||||
|
|
@ -1,14 +1,8 @@
|
||||||
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
|
||||||
|
RUN /scripts/install-phantomjs 2.1.1
|
||||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
|
||||||
# Must be set after install-essentials is run
|
|
||||||
ENV LANG en_US.UTF-8
|
|
||||||
ENV LANGUAGE en_US:en
|
|
||||||
ENV LC_ALL en_US.UTF-8
|
|
||||||
|
|
||||||
RUN /scripts/install-phantomjs
|
|
||||||
|
|
|
||||||
14
Dockerfile.ruby-2.2-gitlab-8.11
Normal file
14
Dockerfile.ruby-2.2-gitlab-8.11
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
FROM ruby:2.2
|
||||||
|
|
||||||
|
ENV PACKAGES="git-core"
|
||||||
|
|
||||||
|
ADD / /
|
||||||
|
RUN /scripts/install-essentials
|
||||||
|
|
||||||
|
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||||
|
# Must be set after install-essentials is run
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US:en
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
|
RUN /scripts/install-phantomjs
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
FROM ruby:2.2
|
|
||||||
|
|
||||||
ENV PACKAGES="git-core" \
|
|
||||||
LC_ALL=en_US.UTF-8
|
|
||||||
|
|
||||||
ADD / /
|
|
||||||
RUN /scripts/install-essentials
|
|
||||||
RUN /scripts/install-phantomjs 2.1.1
|
|
||||||
|
|
@ -1,14 +1,8 @@
|
||||||
FROM ruby:2.3.1
|
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
|
||||||
|
RUN /scripts/install-phantomjs 2.1.1
|
||||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
|
||||||
# Must be set after install-essentials is run
|
|
||||||
ENV LANG en_US.UTF-8
|
|
||||||
ENV LANGUAGE en_US:en
|
|
||||||
ENV LC_ALL en_US.UTF-8
|
|
||||||
|
|
||||||
RUN /scripts/install-phantomjs
|
|
||||||
|
|
|
||||||
14
Dockerfile.ruby-2.3-gitlab-8.11
Normal file
14
Dockerfile.ruby-2.3-gitlab-8.11
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
FROM ruby:2.3.1
|
||||||
|
|
||||||
|
ENV PACKAGES="git-core"
|
||||||
|
|
||||||
|
ADD / /
|
||||||
|
RUN /scripts/install-essentials
|
||||||
|
|
||||||
|
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||||
|
# Must be set after install-essentials is run
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US:en
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
|
RUN /scripts/install-phantomjs
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
FROM ruby:2.3
|
|
||||||
|
|
||||||
ENV PACKAGES="git-core" \
|
|
||||||
LC_ALL=en_US.UTF-8
|
|
||||||
|
|
||||||
ADD / /
|
|
||||||
RUN /scripts/install-essentials
|
|
||||||
RUN /scripts/install-phantomjs 2.1.1
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue