mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add docker software to allow using dind enabled images
This commit is contained in:
parent
90ff48b5f6
commit
a0f6f84971
4 changed files with 37 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ function print_ansible_args() {
|
|||
printf -- "--build-arg ANSIBLE_VERSION=%s " "$1"
|
||||
}
|
||||
|
||||
function print_docker_args() {
|
||||
printf -- "--build-arg DOCKER_VERSION=%s " "$1"
|
||||
}
|
||||
|
||||
function print_terraform_args() {
|
||||
case "$1" in
|
||||
0.11)
|
||||
|
|
@ -191,6 +195,7 @@ function parse_arguments() {
|
|||
case "$image" in
|
||||
golang) print_golang_args $version ;;
|
||||
chrome) print_chrome_args $version ;;
|
||||
docker) print_docker_args $version ;;
|
||||
git) print_git_args $version ;;
|
||||
node) print_node_args $version ;;
|
||||
yarn) print_yarn_args $version ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue