summaryrefslogtreecommitdiff
path: root/Dockerfile-py3
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker image buildingTim Burke2022-08-161-2/+2
| | | | Change-Id: I47aafc2d02f8e3ab2a027d978d40677dbefece96
* Fix docker image buildsClark Boylan2021-08-231-1/+1
| | | | | | | | | | | | | | | The image builds are trying to fetch a gpg pubkey from keybase which does not exist. This causes the builds to fail. Fix this by vendoring the key in the swift repo directly. This should be more reliable. Upstream bug at https://github.com/just-containers/s6-overlay/issues/352 Note I looked up the pubkey given the hash on that issue and copied its contents into this change. I can't vouch for the validity of this key beyond that. However, if it is listed in that issue and validates the packages from s6 then it is probably good. Change-Id: I3f42fbaae5f246836024f95b549b487b41bd6f1d
* Add Dockerfile to build a py3 swift docker imageThiago da Silva2019-08-191-0/+76
This patch contains only a new Dockerfile and few changes to be able to build both py2 and py3 images. Next patch should contain changes to add the gate jobs to build a py3 docker image Change-Id: Ifdebde9597a787abcd553756e22261e2faaeedfc