Skip to content

Commit

Permalink
Unpin glibc (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Nov 16, 2023
1 parent a2df021 commit cdee828
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ COPY --from=awf /usr/local/bin/audiowaveform /usr/local/bin
# - libexempi8: required for watermarking
# - Create directory for dumping API logs
RUN apt-get update \
&& apt-get install -y curl libexempi8 postgresql-client libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
&& apt-get install -y curl libexempi8 postgresql-client \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /var/log/openverse_api/openverse_api.log

Expand Down
2 changes: 0 additions & 2 deletions catalog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ ENV AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=s3://openverse-airflow-logs
USER root
RUN apt-get update \
&& apt-get -yqq install \
libc-bin=2.31-13+deb11u7 \
libc6=2.31-13+deb11u7 \
build-essential \
libpq-dev \
libffi-dev \
Expand Down
2 changes: 0 additions & 2 deletions docker/upstream_db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ RUN apt-get update \
&& apt-get -yqq install \
python3-boto3 \
postgresql-plpython3-13 \
libc-bin=2.31-13+deb11u7 \
libc6=2.31-13+deb11u7 \
python3-pip \
libpq-dev \
&& apt-get autoremove -y \
Expand Down
2 changes: 1 addition & 1 deletion ingestion_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ COPY --from=builder /venv /venv
# - libpq-dev: required by `psycopg2`
# - Create directory for holding worker state
RUN apt-get update \
&& apt-get install -y curl libpq-dev libc-bin=2.36-9+deb12u3 libc6=2.36-9+deb12u3 \
&& apt-get install -y curl libpq-dev \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /worker_state

Expand Down

0 comments on commit cdee828

Please sign in to comment.