Dockerfile 341 B

1234567891011
  1. # the tests only support python 3.6, not newer
  2. FROM ubuntu:latest
  3. RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y git-core sudo tzdata
  4. RUN git clone https://github.com/ceph/s3-tests.git
  5. WORKDIR s3-tests
  6. # we pin a certain commit
  7. RUN git checkout 9a6a1e9f197fc9fb031b809d1e057635c2ff8d4e
  8. RUN ./bootstrap