Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 3 additions & 60 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,74 +45,17 @@
commands:
- docker build -t gusto/ruby:3.0-ubuntu18.04 -f ./3.0/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:3.0-ubuntu18.04
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu18.04 -f ./3.0/ubuntu18.04/Dockerfile
.
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu18.04 -f ./3.0/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:3.0.0-preview1-ubuntu18.04
- name: ":ruby:Ruby 3.0 on :ubuntu:ubuntu16.04"
commands:
- docker build -t gusto/ruby:3.0-ubuntu16.04 -f ./3.0/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:3.0-ubuntu16.04
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu16.04 -f ./3.0/ubuntu16.04/Dockerfile
.
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu16.04 -f ./3.0/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:3.0.0-preview1-ubuntu16.04
- name: ":ruby:Ruby 3.0 on :ubuntu:ubuntu14.04"
commands:
- docker build -t gusto/ruby:3.0-ubuntu14.04 -f ./3.0/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:3.0-ubuntu14.04
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu14.04 -f ./3.0/ubuntu14.04/Dockerfile
.
- docker build -t gusto/ruby:3.0.0-preview1-ubuntu14.04 -f ./3.0/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:3.0.0-preview1-ubuntu14.04
- name: ":ruby:Ruby 2.4 on :ubuntu:ubuntu18.04"
commands:
- docker build -t gusto/ruby:2.4-ubuntu18.04 -f ./2.4/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.4-ubuntu18.04
- docker build -t gusto/ruby:2.4.7-ubuntu18.04 -f ./2.4/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.4.7-ubuntu18.04
- name: ":ruby:Ruby 2.4 on :ubuntu:ubuntu16.04"
commands:
- docker build -t gusto/ruby:2.4-ubuntu16.04 -f ./2.4/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.4-ubuntu16.04
- docker build -t gusto/ruby:2.4.7-ubuntu16.04 -f ./2.4/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.4.7-ubuntu16.04
- name: ":ruby:Ruby 2.4 on :ubuntu:ubuntu14.04"
commands:
- docker build -t gusto/ruby:2.4-ubuntu14.04 -f ./2.4/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.4-ubuntu14.04
- docker build -t gusto/ruby:2.4.7-ubuntu14.04 -f ./2.4/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.4.7-ubuntu14.04
- name: ":ruby:Ruby 2.3 on :ubuntu:ubuntu18.04"
commands:
- docker build -t gusto/ruby:2.3-ubuntu18.04 -f ./2.3/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.3-ubuntu18.04
- docker build -t gusto/ruby:2.3.8-ubuntu18.04 -f ./2.3/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.3.8-ubuntu18.04
- name: ":ruby:Ruby 2.3 on :ubuntu:ubuntu16.04"
commands:
- docker build -t gusto/ruby:2.3-ubuntu16.04 -f ./2.3/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.3-ubuntu16.04
- docker build -t gusto/ruby:2.3.8-ubuntu16.04 -f ./2.3/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.3.8-ubuntu16.04
- name: ":ruby:Ruby 2.3 on :ubuntu:ubuntu14.04"
commands:
- docker build -t gusto/ruby:2.3-ubuntu14.04 -f ./2.3/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.3-ubuntu14.04
- docker build -t gusto/ruby:2.3.8-ubuntu14.04 -f ./2.3/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.3.8-ubuntu14.04
- name: ":ruby:Ruby 2.5 on :ubuntu:ubuntu18.04"
commands:
- docker build -t gusto/ruby:2.5-ubuntu18.04 -f ./2.5/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.5-ubuntu18.04
- docker build -t gusto/ruby:2.5.7-ubuntu18.04 -f ./2.5/ubuntu18.04/Dockerfile .
- docker push gusto/ruby:2.5.7-ubuntu18.04
- name: ":ruby:Ruby 2.5 on :ubuntu:ubuntu16.04"
commands:
- docker build -t gusto/ruby:2.5-ubuntu16.04 -f ./2.5/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.5-ubuntu16.04
- docker build -t gusto/ruby:2.5.7-ubuntu16.04 -f ./2.5/ubuntu16.04/Dockerfile .
- docker push gusto/ruby:2.5.7-ubuntu16.04
- name: ":ruby:Ruby 2.5 on :ubuntu:ubuntu14.04"
commands:
- docker build -t gusto/ruby:2.5-ubuntu14.04 -f ./2.5/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.5-ubuntu14.04
- docker build -t gusto/ruby:2.5.7-ubuntu14.04 -f ./2.5/ubuntu14.04/Dockerfile .
- docker push gusto/ruby:2.5.7-ubuntu14.04
104 changes: 0 additions & 104 deletions 2.3/ubuntu14.04/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions 2.3/ubuntu16.04/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions 2.3/ubuntu18.04/Dockerfile

This file was deleted.

Loading