Last active
October 20, 2019 18:30
-
-
Save wshihadeh/276cfa7bf77b2b2b447e757feeaf62d6 to your computer and use it in GitHub Desktop.
Yaml file for supported docker images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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