Merge branch 'ubi-release-image' into 'master'

Add build image for UBI release task

See merge request gitlab-org/gitlab-build-images!236
This commit is contained in:
Stan Hu 2019-11-13 00:20:28 +00:00
commit 0008837baa
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,7 @@ omnibus-gitlab-xenial test: *test_build
omnibus-gitlab-depscan test: *test_build omnibus-gitlab-depscan test: *test_build
release-tools test: *test_build release-tools test: *test_build
sitespeed-gitlab test: *test_build sitespeed-gitlab test: *test_build
ubi-release test: *test_build
www-gitlab-com-2.6 test: *test_build www-gitlab-com-2.6 test: *test_build
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
gitlab-docs test: *test_build gitlab-docs test: *test_build
@ -145,6 +146,7 @@ omnibus-gitlab-xenial: *build_and_deploy
omnibus-gitlab-depscan: *build_and_deploy omnibus-gitlab-depscan: *build_and_deploy
release-tools: *build_and_deploy release-tools: *build_and_deploy
sitespeed-gitlab: *build_and_deploy sitespeed-gitlab: *build_and_deploy
ubi-release: *build_and_deploy
www-gitlab-com-2.6: *build_and_deploy www-gitlab-com-2.6: *build_and_deploy
# Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml # Used by gitlab-docs: https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml
gitlab-docs: *build_and_deploy gitlab-docs: *build_and_deploy

4
Dockerfile.ubi-release Normal file
View file

@ -0,0 +1,4 @@
FROM alpine:3.10
RUN apk --no-cache add curl gnupg py-pip \
&& pip install --no-cache-dir awscli