This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Switch docker image to Python 3
ClosedPublic

Authored by thopre on Oct 16 2019, 9:38 AM.

Details

Summary

With Python 2 end of support being so near, this commit changes the
docker image to be in Python 3 rather than Python 2.

Event Timeline

thopre created this revision.Oct 16 2019, 9:38 AM

I don't use Docker. Can someone else review?

LGTM but someone else must approve

$ docker run --rm python:alpine python3 --version
Python 3.8.0

I don't use Docker. Can someone else review?

Looks good to me.

This revision is now accepted and ready to land.Dec 5 2019, 7:05 AM
thopre closed this revision.Dec 12 2019, 6:15 AM