johannes
  • Joined on 2025-02-14

scan-direct (1.1.0)

Published 2026-05-20 20:56:45 +02:00 by johannes

Installation

docker pull git.johannes-home.de/johannes/scan-direct:1.1.0
sha256:e78d88de35704f118dc8560c82c047c3ae784853503a5d547fa01722e3646dea

Images

Digest OS / Arch Size
842e5ea289 linux/amd64 140 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
CMD ["/bin/bash"]
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
ENV SCANNER_IP=192.168.1.100 SCANNER_MODEL=MFC-L2710DW
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends sane-utils sane libsnmp40 libusb-0.1 qpdf img2pdf && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY docker/drivers /tmp/drivers # buildkit
RUN /bin/sh -c dpkg -i /tmp/drivers/brscan4*.deb # buildkit
WORKDIR /app
COPY /app/scanner-bridge . # buildkit
COPY src/html/ ./html/ # buildkit
COPY docker/entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh && mkdir -p /tmp/scanner /consume # buildkit
EXPOSE [8080/tcp]
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-05-20 20:56:45 +02:00
115
OCI / Docker
Versions (2) View all
1.1.0 2026-05-20
1.0.0 2026-01-28