mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Use Debian Buster based Ruby images
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
This commit is contained in:
parent
b566669f62
commit
3096584ce1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.7.0-slim-stretch
|
||||
FROM ruby:2.7.0-slim-buster
|
||||
|
||||
ADD /scripts/ /scripts/
|
||||
RUN /scripts/install-www-gitlab-com
|
||||
|
|
|
|||
|
|
@ -165,9 +165,9 @@ function parse_arguments() {
|
|||
read base
|
||||
read base_version
|
||||
|
||||
# Lock Ruby to Debian stretch
|
||||
# Lock Ruby to Debian Buster
|
||||
case "$base" in
|
||||
ruby) base_version="$base_version-stretch" ;;
|
||||
ruby) base_version="$base_version-buster" ;;
|
||||
esac
|
||||
|
||||
printf -- "-f Dockerfile.custom " "$base"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue