Skip to content

Commit

Permalink
manylinux docker image is local, it doesn't come from aws-crt-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Sep 3, 2024
1 parent 0c30d82 commit b55d03a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

env:
BUILDER_VERSION: v0.9.64
BUILDER_VERSION: v0.8.19
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-ruby
Expand Down
2 changes: 1 addition & 1 deletion docker-images/manylinux2014-aarch64-ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See: https://github.com/pypa/manylinux
# and: https://github.com/pypa/python-manylinux-demo
FROM quay.io/pypa/manylinux2014_aarch64:2021-08-01-5f32364
FROM quay.io/pypa/manylinux2014_aarch64:2024-09-01-3e7a3c3

###############################################################################
# Basics
Expand Down
2 changes: 1 addition & 1 deletion docker-images/manylinux2014-i686-ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See: https://github.com/pypa/manylinux
# and: https://github.com/pypa/python-manylinux-demo
FROM quay.io/pypa/manylinux2014_i686
FROM quay.io/pypa/manylinux2014_i686:2024-09-01-3e7a3c3

###############################################################################
# Basics
Expand Down
4 changes: 2 additions & 2 deletions docker-images/manylinux2014-x64-ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See: https://github.com/pypa/manylinux
# and: https://github.com/pypa/python-manylinux-demo
FROM quay.io/pypa/manylinux2014_x86_64:2021-08-01-5f32364
FROM quay.io/pypa/manylinux2014_x86_64:2024-09-01-3e7a3c3

###############################################################################
# Basics
Expand Down Expand Up @@ -50,4 +50,4 @@ RUN yum -y install devtoolset-7 llvm-toolset-7 centos-release-scl clang \
###############################################################################
ADD entrypoint.sh /usr/local/bin/builder
RUN chmod a+x /usr/local/bin/builder
ENTRYPOINT ["/usr/local/bin/builder"]
ENTRYPOINT ["/usr/local/bin/builder"]

0 comments on commit b55d03a

Please sign in to comment.