mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add Ruby 3.0-based GitLab QA images and stop to build Ruby 2.6 images
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
a97f21c0cd
commit
160abbf27e
3 changed files with 6 additions and 6 deletions
12
Dockerfile.gitlab-qa-ruby-3.0
Normal file
12
Dockerfile.gitlab-qa-ruby-3.0
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FROM ruby:3.0
|
||||
|
||||
|
||||
# Enable support for UTF encoded stdin/stdout
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
WORKDIR /home/qa
|
||||
|
||||
RUN wget -q https://download.docker.com/linux/static/stable/x86_64/docker-19.03.1.tgz && \
|
||||
tar -zxf docker-19.03.1.tgz && mv docker/docker /usr/local/bin/docker && \
|
||||
echo "9b6191f64cb89e706dc29390408260d643e88f7f853d8878b2fb0360186b2ac3 /usr/local/bin/docker" | sha256sum -c - && \
|
||||
rm docker-19.03.1.tgz
|
||||
Loading…
Add table
Add a link
Reference in a new issue