On Wed, 2016-05-18 at 15:42 -0400, Dusty Mabe wrote: > Also the tags for atomicapp in the registry are inappropriate. The > latest version is 0.5.0 but the tags that I can pull from are: > > ``` > # skopeo registry.access.redhat.com/devstudio/atomicapp 2>/dev/null > | jq '.RepoTags' > [ > "7.2-13", > "latest" > ] > ``` > > What we are doing upstream looks much different: > > ``` > # skopeo docker.io/projectatomic/atomicapp 2>/dev/null | jq > '.RepoTags' > > > [ > "0.0.1", > "0.1.0", > "0.1.1", > "0.1.10", > "0.1.11", > "0.1.12", > "0.1.2", > "0.1.3", > "0.2.1", > "0.2.2", > "0.2.3", > "0.3.0", > "0.3.1", > "0.4.0", > "0.4.1", > "0.4.2", > "0.4.3", > "0.4.4", > "0.4.5", > "0.5.0", > "0.5.1", > "dev", > "latest" > ] > ```
I filled a ticket[0] to update tags. [0] https://projects.engineering.redhat.com/browse/RCM-3014 _______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
