dask / dask-docker

Docker images for dask
https://hub.docker.com/u/daskdev
BSD 3-Clause "New" or "Revised" License
231 stars 148 forks source link

Observations from 2021.8.1 automatic release #180

Open jrbourbeau opened 3 years ago

jrbourbeau commented 3 years ago

A couple unexpected things happened with the latest automatic release procedure:

jrbourbeau commented 3 years ago

For reference, since our build workflow will push to docker hub on push events with a new tag

https://github.com/dask/dask-docker/blob/3362618f21512dfb66a42877ccd846375e611a66/.github/workflows/build.yml#L78

I ended up manually deleting the 2021.8.1 tag (which was generated from the autotag workflow) and pushing an empty commit to main with a new 2021.8.1 tag (https://github.com/dask/dask-docker/commit/3362618f21512dfb66a42877ccd846375e611a66). This resulted in docker images for the new release being published

jacobtomlinson commented 3 years ago

Thanks for writing this up @jrbourbeau. I'll take a look at these.

jakirkham commented 2 years ago

Curious how many of these are still issues

jrbourbeau commented 2 years ago

IIUC all of the unchecked boxes in the original post are still valid

jacobtomlinson commented 2 years ago

I've fixed up a few things and checked a few boxes in the post above that I can confirm as resolved.

The last outstanding one is the auto merge, I'm not sure if this is fixed by the other changes I've made so let's wait until the next release and see what happens. cc @jrbourbeau @jsignell.

jacobtomlinson commented 2 years ago

ping @jrbourbeau @jsignell how did things go with the latest release?

I see some extra changes were pushed to the PR so I'm guessing the find and replace still isn't working quite right, and the automerge didn't work. Is there anything else?

jrbourbeau commented 2 years ago

Yeah, that's correct. I also noticed that the autotag workflow did assign a 2022.4.0 tag, but assigning that tag didn't result in us pushing Docker images to Docker Hub or ghcr.io. As of now the latest images available are for 2022.3.0. I should also note that deleted the 2022.4.0 tag which was automatically added and manually re-added the tag myself to see if that would help, but it did not