-
Notifications
You must be signed in to change notification settings - Fork 5
build and push images based on samba-server 'devbuilds-centos-amd64' #27
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
build and push images based on samba-server 'devbuilds-centos-amd64' #27
Conversation
My suggestion: let's add a new build arg to the Container file that defaults to the current base image value. With the new base image build argument, we can configure the makefile and CI to generate How does that sound? |
Fair enough. Will fix. |
9f7ace4
to
1842cf2
Compare
1842cf2
to
dd5d42c
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.
lgtm, other than the typo in the commit message for image: allow passing explicit samba base-imag
(s/smabe/samba) see below for some minor comments.
The smbmetrics image is based on one of multiple samba-server images. Allow user to define an explicit base-image, with latest as default. Signed-off-by: Shachar Sharon <[email protected]>
Allow user to define base image url and tag via command line args. Signed-off-by: Shachar Sharon <[email protected]>
Align smbmetrics with main image tag which is consumed by upstream Ceph project ('devbuilds-centos-amd64') in order to avoid lagging behind. Signed-off-by: Shachar Sharon <[email protected]>
dd5d42c
to
644d925
Compare
Fixed. |
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, thanks.
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, thanks
Ensure smbmetrics uses same base image upstream ceph; that is, devbuilds-centos-amd64