diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2139c46..277db17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 danger test: *test_build +alpine-aws test: *test_build gitlab-charts-build-base test: *test_build gitlab-qa 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 danger: *build_and_deploy +alpine-aws: *build_and_deploy gitlab-charts-build-base: *build_and_deploy gitlab-qa: *build_and_deploy omnibus-gitlab-bionic: *build_and_deploy diff --git a/Dockerfile.alpine-aws b/Dockerfile.alpine-aws new file mode 100644 index 0000000..5eae47c --- /dev/null +++ b/Dockerfile.alpine-aws @@ -0,0 +1,5 @@ +FROM alpine:latest + +RUN apk --no-cache add py-pip + +RUN pip install awscli