Skip to content

Commit

Permalink
Merge pull request #6 from engineyard/update-versions
Browse files Browse the repository at this point in the history
chore(deps): Updates for additional AWS Regions support
  • Loading branch information
Cryptophobia authored Jun 25, 2020
2 parents 0b5e90d + bfbd794 commit e6ce19d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
FROM registry:2.6.0
FROM registry:2.7.1

RUN apk add --no-cache \
python3 && \
python3 && \
python3 -m ensurepip && \
ln -sf /usr/bin/python3 /usr/bin/python && \
ln -sf /usr/bin/pip3 /usr/bin/pip

RUN buildDeps='gcc git linux-headers musl-dev python3-dev' && \
apk add --no-cache $buildDeps && \
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
# "upgrade" boto to 2.49.0 to support the latest AWS regions
pip install --disable-pip-version-check --no-cache-dir --upgrade \
git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f \
azure==1.0.3 \
gcloud==0.18.3 \
python-swiftclient==3.1.0 \
python-keystoneclient==3.1.0 && \
boto==2.49.0 \
azure==1.0.3 \
gcloud==0.18.3 \
python-swiftclient==3.8.1 \
python-keystoneclient==3.1.0 && \
# purge dev dependencies
apk del $buildDeps

Expand Down

0 comments on commit e6ce19d

Please sign in to comment.