Skip to content
Snippets Groups Projects
Verified Commit ca564d01 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-loader-highpriority: Reference rsvndump utility

This is also needed for loader svn in those workers.

Refs. sysadm-environment#4792
parent d9c8d20c
No related branches found
No related tags found
No related merge requests found
# Deeply inspired from the Dockerfile of the swh-graph project
ARG REGISTRY=container-registry.softwareheritage.org/swh/infra/swh-apps/
ARG RSVNDUMP=/usr/local/bin/rsvndump
FROM ${REGISTRY}rsvndump-base:latest AS rsvndump_image
FROM python:3.10-bullseye
COPY --from=rsvndump_image ${RSVNDUMP} ${RSVNDUMP}
RUN apt-get -y update && \
apt-get -y upgrade && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment