Henrik henrik
  • Joined on 2025-11-12

olefy (latest)

Published 2026-02-13 14:25:46 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/olefy:latest
sha256:f1a753ec196d5f6ce685c24f11ba6613f7ff20a369231f2ac025d453b39b2829

Image Layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer== The Infrastructure Company GmbH <info@servercow.de>
ARG PIP_BREAK_SYSTEM_PACKAGES=1
WORKDIR /app
RUN |1 PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c apk add --virtual .build-deps gcc musl-dev python3-dev libffi-dev openssl-dev cargo && apk add --update --no-cache python3 py3-pip openssl tzdata libmagic && pip3 install --upgrade pip && pip3 install --upgrade asyncio python-magic && pip3 install --upgrade https://github.com/decalage2/oletools/archive/master.zip && apk del .build-deps # buildkit
ADD olefy.py /app/ # buildkit
RUN |1 PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c chown -R nobody:nobody /app /tmp # buildkit
USER nobody
CMD ["python3" "-u" "/app/olefy.py"]

Labels

Key Value
maintainer = The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:25:46 +01:00
0
OCI / Docker
linux/amd64
46 MiB
Versions (2) View all
1.15 2026-02-13
latest 2026-02-13