On Tue, Dec 8, 2020 at 3:56 PM Eric Gourgoulhon <egourgoul...@gmail.com> wrote: > > > > Le mardi 8 décembre 2020 à 09:33:03 UTC+1, Frédéric Chapoton a écrit : >> >> the build for 9.3.beta3 has passed successfully, so there should be a docker >> for that, and a docker for develop that should point to the same. > > > Cool, thank you Frédéric! > > On the page > https://hub.docker.com/r/sagemath/sagemath/tags?page=1&ordering=last_updated > we see the Docker images develop and develop-py3, as well as 9.3.beta3 and > 9.3.beta3-py3. I guess this is a duplicate and that there should no longer be > any stuff marked '*-py3' now...
it's from .ci/push-dockerhub.sh : # For historical reasons, we also provide a -py3 tag. It's identical to the non-py3 tag. docker tag ${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG ${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG-py3 docker push ${DOCKER_NAMESPACE:-sagemath}/$1:$DOCKER_TAG-py3 Can these lines just be removed? I don't see any "historical reason" here... > > Eric. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-devel/bc7a95c5-c6a7-47ea-8241-ad7f99ff78afn%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq3WG7n_qcd9%2BpxwGoQueVJSTQkzw5RxwPuGUbxojFw5yg%40mail.gmail.com.