-
Notifications
You must be signed in to change notification settings - Fork 134
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
Migrate container images to opensuse:42.3 base #1293
Conversation
irfanhabib
commented
Oct 9, 2017
•
edited
Loading
edited
- Migrates all containers to a common base
- Uses a set of intermediate images which can be retargeted to a different base (SLE vs opensuse)
ec96fd2
to
d1253fb
Compare
d1253fb
to
e06a07e
Compare
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 changes
@@ -0,0 +1,15 @@ | |||
FROM {{BASE_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.
Rename to Dockerfile.stratos-go-build-base.tmpl
and update dependencies on this name.
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.
updated!
@@ -0,0 +1,8 @@ | |||
FROM {{BASE_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.
Rename to Dockerfile.stratos-ui-build-base.tmpl
and update dependencies on this name.
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.
Updated!
BASE_IMAGE=opensuse:42.3 | ||
REGISTRY=docker.io | ||
ORGANIZATION=splatform | ||
TAG=dev |
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.
Change tag to 'opensuse'
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.
updated!
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.
LGTM