You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
@kbsingh suggested about renaming atomicapp examples. Presently the example names contain name of the base image used and "atomicapp" in the name.
The motivation behind renaming is to provide closer user experience as with other tools, for eg: yum install appname and atomic install appname or atomic run appname
I would agree with this if we could somehow filter/search/pull based on labels - i.e. you can have an alias for something like alias nulecule="atomic --type nulecule --os centos7" so that you can then donulecule run wordpresswhich would actually run some image calledwordpresswith labelstype=nuleculeandos=centos7`.
As we cannot do this, I would suggest to keep the naming as is to distinguish between non-Nulecule images and Nulecule images.
non-Nulecule images themselves may not constitute an app, they might require to link to other (for eg db) containers to make an app. Nulecule examples already have namespace projectatomic, so the repository name becomes projectatomic/$app_name - I think this should suffice to describe the app in Nulecule-app OR we modify the namespace to be a bit specific as atomicapp/$app_name OR nulecule/$app_name ?
Regarding other non-Nulecule images - if they are from ISV, they should have ISV namespace like gitlab/gitlab-ce, OR for other images say fedora/apache.
Regarding the OS part - should we really categorize based on base image(s) ?
I think, for containers, one should not really need to know about the base image, app is layered upon.
Well, I am super interested in this part, as I dont want to have my
developers based their work on some random ubuntu image they... esp
if I am a big huge GOV or Bank ...
Shouldn't step 1 of using any docker image be to read the Dockerfile? I can label my image Fedora and use a Centos base. The point being that I think these labels are a bit of clutter, especially as some examples will deliberately include combinations of stabilized code from a RHEL or CentOS with bleeding edge code from Fedora. What do we put in the name for those?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@kbsingh suggested about renaming atomicapp examples. Presently the example names contain name of the base image used and "atomicapp" in the name.
The motivation behind renaming is to provide closer user experience as with other tools, for eg:
yum install appname
andatomic install appname
oratomic run appname
Edit:
Updated the analogy
yum install appname
-->atomic install atomicapp/appname
The text was updated successfully, but these errors were encountered: