Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Last active October 20, 2019 18:30
Show Gist options
  • Save wshihadeh/276cfa7bf77b2b2b447e757feeaf62d6 to your computer and use it in GitHub Desktop.
Save wshihadeh/276cfa7bf77b2b2b447e757feeaf62d6 to your computer and use it in GitHub Desktop.
Yaml file for supported docker images
images:
# Ruby 2.6.3
- name: rails-base-image-ruby:2.6.3
ruby_version: 2.6.3
additional_pkgs: []
- name: rails-base-image-ruby:2.6.3-mysql
ruby_version: 2.6.3
additional_pkgs:
- mariadb-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment