#7772 push new rawhide docker base images
Closed: Fixed 5 years ago Opened 5 years ago by ausil.

  • Describe the issue
    the latest available rawhide containers have the wrong gpg keys in them https://github.com/weldr/lorax/pull/456 has details of an example. the container images need to be pushed with images that have the rawhide repo using the Fedora 30 gpg key

  • When do you need this? (YYYY/MM/DD)
    2018/0904

  • When is this no longer needed or useful? (YYYY/MM/DD)
    When rawhide points to Fedora 31

  • If we cannot complete your request, what is the impact?
    all attempts to build on rawhide docker containers fail


Metadata Update from @mohanboddu:
- Issue assigned to puiterwijk

5 years ago

Metadata Update from @puiterwijk:
- Issue assigned to cverna (was: puiterwijk)

5 years ago

@mohanboddu you still need to push the images for registry.fp.o since I don't have access to do that.
I am taking care of docker hub.

Rawhide container base images are pushed to fedora registry.

The latest rawhide container images are pushed to fedora and docker registry.

Thanks.

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

5 years ago

The rawhide image on the docker hub has not been updated. The current image for fedora:rawhide is 51ac35dce9f1, which is still F29, and the docker registry shows that the tag has not been updated since 21 August.

$ curl -s 'https://registry.hub.docker.com/v2/repositories/library/fedora/tags/' | jq '.results | .[] | select(.name == "rawhide") | .last_updated'
"2018-08-21T18:42:56.058921Z"

For docker hub we need the docker team to merge https://github.com/docker-library/official-images/pull/4816

then the images will be updated, there is not much we can do now except waiting :alarm_clock:

Login to comment on this ticket.

Metadata