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
The image name format string is used inside appc/spec/discovery and also at least by rkt. Do you think it should be part of and defined in appc/spec? If not, the related coded should probably be moved outside.
By now it's something like this
name[,label1=value][,label2=value],...
or name:version[,label1=value][,label2=value]
where name type is ACIdentifier, label type is ACIdentifier and label value is string.
A doubt:
Does name have to absolutely contain a domain part (for example coreos.com/etcd)? If not meta discovery will probably fail as there's not domain to ask to.
At the same time, actually docker2aci creates images from the default docker repository with names like busybox:latest.
The image name format string is used inside appc/spec/discovery and also at least by rkt. Do you think it should be part of and defined in appc/spec? If not, the related coded should probably be moved outside.
By now it's something like this
name[,label1=value][,label2=value],...or
name:version[,label1=value][,label2=value]where
nametype isACIdentifier, label type isACIdentifierand label value is string.A doubt:
Does
namehave to absolutely contain a domain part (for examplecoreos.com/etcd)? If not meta discovery will probably fail as there's not domain to ask to.At the same time, actually docker2aci creates images from the default docker repository with names like
busybox:latest.