mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52: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/
|
ADD /scripts/ /scripts/
|
||||||
RUN /scripts/install-www-gitlab-com
|
RUN /scripts/install-www-gitlab-com
|
||||||
|
|
|
||||||
|
|
@ -165,9 +165,9 @@ function parse_arguments() {
|
||||||
read base
|
read base
|
||||||
read base_version
|
read base_version
|
||||||
|
|
||||||
# Lock Ruby to Debian stretch
|
# Lock Ruby to Debian Buster
|
||||||
case "$base" in
|
case "$base" in
|
||||||
ruby) base_version="$base_version-stretch" ;;
|
ruby) base_version="$base_version-buster" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf -- "-f Dockerfile.custom " "$base"
|
printf -- "-f Dockerfile.custom " "$base"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue