#475 glusterfs Dockerfile FROM line is invalid (f28 branch)
Closed: Fixed 5 years ago Opened 5 years ago by cverna.

The f28 branch Dockerfile must use a f28 base image. Please update the Dockerfile.
https://src.fedoraproject.org/container/glusterfs/blob/f28/f/Dockerfile


Where can I find the list of base image tags?

Where can I find the list of base image tags?

For now this is not great, but you can get the tags using skopeo.

 skopeo inspect docker://registry.fedoraproject.org/fedora                                                                                                                        [5/1940]
{                                                                                                                                                                                                                  
    "Name": "registry.fedoraproject.org/fedora",                                                                                                                                                                   
    "Digest": "sha256:319161b0254f191437164fd9a5e1a21df6e14f68e8604a7639832a0a12057703",                                                                                                                           
    "RepoTags": [                                                                                                                                                                                                  
        "rawhide",                                                                                                                                                                                                 
        "latest",
        "27",
        "26",
        "26-modular",
        "25",
        "24",
        "28",
        "29"
    ],
    "Created": "2018-04-26T13:04:21Z",
    "DockerVersion": "1.10.1",
    "Labels": {
        "license": "MIT",
        "name": "fedora",
        "vendor": "Fedora Project",
        "version": "28"
    },
....

Okay, I believe the Dockerfile has been updated.

On Mon, May 14, 2018 at 12:54 PM, Clement Verna pagure@pagure.io wrote:

cverna added a new comment to an issue you are following:
``

Where can I find the list of base image tags?

For now this is not great, but you can get the tags using skopeo.

skopeo inspect docker://registry.fedoraproject.org/fedora [5/1940] { "Name": "registry.fedoraproject.org/fedora", "Digest": "sha256:319161b0254f191437164fd9a5e1a21df6e14f68e8604a7639832a0a12057703", "RepoTags": [ "rawhide", "latest", "27", "26", "26-modular", "25", "24", "28", "29" ], "Created": "2018-04-26T13:04:21Z", "DockerVersion": "1.10.1", "Labels": { "license": "MIT", "name": "fedora", "vendor": "Fedora Project", "version": "28" }, ....
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/475

Thanks, closing this then

Metadata Update from @cverna:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata