mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'add-alpine-bash-jq-curl-git' into 'master'
Add image with basic tools required to hit an API and parse the JSON response See merge request gitlab-org/gitlab-build-images!436
This commit is contained in:
commit
29f6ad4080
2 changed files with 6 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ golangci-lint-alpine test: *test_build
|
||||||
# Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator
|
# Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator
|
||||||
gitlab-operator-build-base test: *test_build
|
gitlab-operator-build-base test: *test_build
|
||||||
|
|
||||||
|
alpine-bash-jq-curl-git test: *test_build
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
|
|
||||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
# 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
|
# Used by gitlab-operator: https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator
|
||||||
gitlab-operator-build-base push: *build_and_deploy
|
gitlab-operator-build-base push: *build_and_deploy
|
||||||
|
|
||||||
|
alpine-bash-jq-curl-git push: *build_and_deploy
|
||||||
cache-google-chrome:
|
cache-google-chrome:
|
||||||
stage: automation
|
stage: automation
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
3
Dockerfile.alpine-bash-jq-curl-git
Normal file
3
Dockerfile.alpine-bash-jq-curl-git
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk --no-cache add bash jq curl git
|
||||||
Loading…
Add table
Add a link
Reference in a new issue