mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add an alpine image with aws cli
This commit is contained in:
parent
f0eca009a5
commit
978909e92b
2 changed files with 7 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ node-8.9-chrome-63.0-yarn-1.2 test: *test_custom
|
||||||
ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom
|
ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom
|
||||||
|
|
||||||
danger test: *test_build
|
danger test: *test_build
|
||||||
|
alpine-aws test: *test_build
|
||||||
gitlab-charts-build-base test: *test_build
|
gitlab-charts-build-base test: *test_build
|
||||||
gitlab-qa test: *test_build
|
gitlab-qa test: *test_build
|
||||||
omnibus-gitlab-bionic test: *test_build
|
omnibus-gitlab-bionic test: *test_build
|
||||||
|
|
@ -159,6 +160,7 @@ golang-1.10-git-2.17: *build_and_deploy_custom
|
||||||
ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom
|
ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom
|
||||||
|
|
||||||
danger: *build_and_deploy
|
danger: *build_and_deploy
|
||||||
|
alpine-aws: *build_and_deploy
|
||||||
gitlab-charts-build-base: *build_and_deploy
|
gitlab-charts-build-base: *build_and_deploy
|
||||||
gitlab-qa: *build_and_deploy
|
gitlab-qa: *build_and_deploy
|
||||||
omnibus-gitlab-bionic: *build_and_deploy
|
omnibus-gitlab-bionic: *build_and_deploy
|
||||||
|
|
|
||||||
5
Dockerfile.alpine-aws
Normal file
5
Dockerfile.alpine-aws
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk --no-cache add py-pip
|
||||||
|
|
||||||
|
RUN pip install awscli
|
||||||
Loading…
Add table
Add a link
Reference in a new issue