diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bafc0d9..8d90b8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -169,6 +169,8 @@ golangci-lint-alpine test: *test_build # Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator gitlab-operator-build-base test: *test_build +alpine-bash-jq-curl-git test: *test_build + # Builds # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml @@ -264,6 +266,7 @@ golangci-lint-alpine push: *build_and_deploy # Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator gitlab-operator-build-base push: *build_and_deploy +alpine-bash-jq-curl-git push: *build_and_deploy cache-google-chrome: stage: automation rules: diff --git a/Dockerfile.alpine-bash-jq-curl-git b/Dockerfile.alpine-bash-jq-curl-git new file mode 100644 index 0000000..c1c4ea9 --- /dev/null +++ b/Dockerfile.alpine-bash-jq-curl-git @@ -0,0 +1,3 @@ +FROM alpine:latest + +RUN apk --no-cache add bash jq curl git