mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Update PostgreSQL image to include golang 1.8
This commit is contained in:
parent
ce7d905fc1
commit
fde958c921
2 changed files with 5 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ before_script:
|
||||||
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
|
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
|
||||||
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
|
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
|
||||||
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1 test: *test_build
|
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1 test: *test_build
|
||||||
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_build
|
|
||||||
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 test: *test_build
|
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 test: *test_build
|
||||||
|
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_build
|
||||||
ruby-2.3-static-analyses test: *test_build
|
ruby-2.3-static-analyses test: *test_build
|
||||||
www-gitlab-com test: *test_build
|
www-gitlab-com test: *test_build
|
||||||
doc-gitlab-com test: *test_build
|
doc-gitlab-com test: *test_build
|
||||||
|
|
@ -45,8 +45,8 @@ golang-1.8-git-2.8.4 test: *test_build
|
||||||
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
|
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||||
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||||
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
|
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
|
||||||
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy
|
|
||||||
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
|
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
|
||||||
|
ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy
|
||||||
ruby-2.3-static-analyses: *build_and_deploy
|
ruby-2.3-static-analyses: *build_and_deploy
|
||||||
www-gitlab-com: *build_and_deploy
|
www-gitlab-com: *build_and_deploy
|
||||||
doc-gitlab-com: *build_and_deploy
|
doc-gitlab-com: *build_and_deploy
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,11 @@ ADD / /
|
||||||
RUN /scripts/install-essentials
|
RUN /scripts/install-essentials
|
||||||
RUN /scripts/install-phantomjs 2.1.1
|
RUN /scripts/install-phantomjs 2.1.1
|
||||||
RUN /scripts/install-node
|
RUN /scripts/install-node
|
||||||
|
RUN /scripts/install-golang
|
||||||
RUN /scripts/install-postgresql
|
RUN /scripts/install-postgresql
|
||||||
|
|
||||||
|
ENV PATH /usr/local/go/bin:$PATH
|
||||||
|
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
ENV LANGUAGE en_US:en
|
ENV LANGUAGE en_US:en
|
||||||
Loading…
Add table
Add a link
Reference in a new issue