-
Notifications
You must be signed in to change notification settings - Fork 6
general enhancements #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
general enhancements #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments
@@ -13,14 +13,15 @@ | |||
"docker_base": [ | |||
"alpine:3.7", | |||
"alpine:3.8", | |||
"centos:7", | |||
"custom:special-image", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be a bit more thatn "special-image" here so we do not end up having "special-image1", "special-image2" :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well there should be only one custom... as basically the aim is to allow to use whatever base in the dockerfile... so if we end up having a special image that becomes very trendy we would add it to the list of available images.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!!
@@ -13,14 +13,15 @@ | |||
"docker_base": [ | |||
"alpine:3.7", | |||
"alpine:3.8", | |||
"centos:7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -13,14 +13,15 @@ | |||
"docker_base": [ | |||
"alpine:3.7", | |||
"alpine:3.8", | |||
"centos:7", | |||
"custom:special-image", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is special about this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is only to ease the creation of custom images (such as based on images not available in this list, e.g. nvidia-stuff or matlab...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would custom:image-template
be a better name?
What do these changes do?
brings changes created by @mguidon and fixes found during @KZzizzle service creations
closes #29
closes #31
Related issue number
Checklist