mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Create a test Ruby image based off Alpine
This commit is contained in:
parent
202de09d92
commit
37479d3db0
2 changed files with 6 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ function parse_arguments() {
|
|||
# Lock Ruby to Debian stretch
|
||||
case "$base" in
|
||||
ruby) base_version="$base_version-stretch" ;;
|
||||
alpineruby)
|
||||
base="ruby"
|
||||
base_version="$base_version-alpine3.7"
|
||||
;;
|
||||
esac
|
||||
|
||||
printf -- "-f Dockerfile.custom " "$base"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue