Skip to content

Commit cdee828

Browse files
authored
Unpin glibc (#3359)
1 parent a2df021 commit cdee828

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COPY --from=awf /usr/local/bin/audiowaveform /usr/local/bin
8282
# - libexempi8: required for watermarking
8383
# - Create directory for dumping API logs
8484
RUN apt-get update \
85-
&& apt-get install -y curl libexempi8 postgresql-client libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
85+
&& apt-get install -y curl libexempi8 postgresql-client \
8686
&& rm -rf /var/lib/apt/lists/* \
8787
&& mkdir -p /var/log/openverse_api/openverse_api.log
8888

catalog/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ ENV AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=s3://openverse-airflow-logs
4141
USER root
4242
RUN apt-get update \
4343
&& apt-get -yqq install \
44-
libc-bin=2.31-13+deb11u7 \
45-
libc6=2.31-13+deb11u7 \
4644
build-essential \
4745
libpq-dev \
4846
libffi-dev \

docker/upstream_db/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN apt-get update \
1818
&& apt-get -yqq install \
1919
python3-boto3 \
2020
postgresql-plpython3-13 \
21-
libc-bin=2.31-13+deb11u7 \
22-
libc6=2.31-13+deb11u7 \
2321
python3-pip \
2422
libpq-dev \
2523
&& apt-get autoremove -y \

ingestion_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ COPY --from=builder /venv /venv
6161
# - libpq-dev: required by `psycopg2`
6262
# - Create directory for holding worker state
6363
RUN apt-get update \
64-
&& apt-get install -y curl libpq-dev libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
64+
&& apt-get install -y curl libpq-dev \
6565
&& rm -rf /var/lib/apt/lists/* \
6666
&& mkdir /worker_state
6767

0 commit comments

Comments
 (0)