Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Define image name format string. #479

@sgotti

Description

@sgotti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions