Page MenuHomeSoftware Heritage

Dockerfile
No OneTemporary

Dockerfile

FROM python:3
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
libsystemd-dev postgresql-client
RUN pip install swh-storage kafka_python
COPY listener.yml /etc/softwareheritage/storage/
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 17, 10:28 AM (5 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287748

Event Timeline