Skip to content

Commit b55d03a

Browse files
committed
manylinux docker image is local, it doesn't come from aws-crt-builder
1 parent 0c30d82 commit b55d03a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'main'
77

88
env:
9-
BUILDER_VERSION: v0.9.64
9+
BUILDER_VERSION: v0.8.19
1010
BUILDER_SOURCE: releases
1111
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1212
PACKAGE_NAME: aws-crt-ruby

docker-images/manylinux2014-aarch64-ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See: https://github.com/pypa/manylinux
22
# and: https://github.com/pypa/python-manylinux-demo
3-
FROM quay.io/pypa/manylinux2014_aarch64:2021-08-01-5f32364
3+
FROM quay.io/pypa/manylinux2014_aarch64:2024-09-01-3e7a3c3
44

55
###############################################################################
66
# Basics

docker-images/manylinux2014-i686-ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See: https://github.com/pypa/manylinux
22
# and: https://github.com/pypa/python-manylinux-demo
3-
FROM quay.io/pypa/manylinux2014_i686
3+
FROM quay.io/pypa/manylinux2014_i686:2024-09-01-3e7a3c3
44

55
###############################################################################
66
# Basics

docker-images/manylinux2014-x64-ruby/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See: https://github.com/pypa/manylinux
22
# and: https://github.com/pypa/python-manylinux-demo
3-
FROM quay.io/pypa/manylinux2014_x86_64:2021-08-01-5f32364
3+
FROM quay.io/pypa/manylinux2014_x86_64:2024-09-01-3e7a3c3
44

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

0 commit comments

Comments
 (0)