Skip to content

Commit 56f29dc

Browse files
authored
Revert "Fix long build times for AL2023 by setting nofile limit (#1135)" (#1142)
1 parent 83d90fe commit 56f29dc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
### 2.34.3.20260515
44
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260511.1
55
* fix: handle unbound variable for stable parameter in verify_public_ecr and verify_dockerhub [#1138](https://github.com/aws/aws-for-fluent-bit/pull/1138)
6-
* enhancement: Fix long build times for AL2023 by setting nofile limit [#1135](https://github.com/aws/aws-for-fluent-bit/pull/1135)
76

87
### 3.3.2
98
* Minimal set of packages installed using Amazon Linux 2023 container image version: 2023.11.20260511.1
109
* fix: handle unbound variable for stable parameter in verify_public_ecr and verify_dockerhub [#1138](https://github.com/aws/aws-for-fluent-bit/pull/1138)
11-
* enhancement: Fix long build times for AL2023 by setting nofile limit [#1135](https://github.com/aws/aws-for-fluent-bit/pull/1135)
1210

1311
### 2.34.3.20260506
1412
* Minimal set of packages installed using Amazon Linux 2 container image version: 2.0.20260504.0

scripts/dockerfiles/runtime/Dockerfile.deps-al2023

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM public.ecr.aws/amazonlinux/amazonlinux@${OS_DIGEST} as dependencies
33

44
# Create sysroot directory and install minimal runtime dependencies
55
RUN mkdir /sysroot && \
6-
# Set a distinct ulimit for nofile to avoid long build times - https://github.com/docker/buildx/issues/379
7-
ulimit -n 1024000 && \
86
dnf install -y https://packages.apache.org/artifactory/arrow/amazon-linux/$(cut -d: -f6 /etc/system-release-cpe)/apache-arrow-release-latest.rpm && \
97
# grab install version from apache-arrow-release and extract without periods 22.0.0 --> 2200 to conform with arrow/parquet version libs
108
ARROW_VERSION=$(dnf info apache-arrow-release | awk '/^Version/ {split($3, v, "."); printf "%d%02d", v[1], v[2]}') && \

0 commit comments

Comments
 (0)