summaryrefslogtreecommitdiff
path: root/Dockerfile
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/+5
| | | | | | | | | | 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
* Update docker image to latest Alpine 3.10.1Thiago da Silva2019-08-161-2/+2
| | | | Change-Id: I888c51a965ee27175584f575560a1d50f4534663
* Installing liberasurecode from Alpine Linux repos instead of building from ↵Ehud Kaldor2019-06-051-5/+0
| | | | | | | | source. closes #1831136 Change-Id: Ic9a2844fffc6dba6a4d44a9712edbb5cd91f0470
* Add Dockerfile to build a SAIO container imageThiago da Silva2019-05-071-0/+76
Added Dockerfile and configuration files under the new `docker` directory to build a Swift All in One container image. The primary goal of this container image is to provide application developers with a Swift/S3 endpoint that can be tested against during the development cycle. Added Zuul jobs to build docker container Change-Id: Ib10975a1862a4fa8c4eeaba139837cf1f22b272a