ma-test-malloc (latest)

Published 2025-12-03 18:43:31 +00:00 by lukas

Installation

docker pull git.atticus-sullivan.de/lukas/ma-test-malloc:latest
sha256:dc6c51068c797f895e95320d1ea677822a81f77f3cdabcbf949f042fee1fa741

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk update && apk add --no-cache setarch && rm -rf /var/cache/apk/*
/bin/sh -c addgroup -g 1001 test-malloc && adduser -u 1001 -G test-malloc -h /app -s /bin/false -S test-malloc
COPY --chown=test-malloc:test-malloc file:ca3147376f19adb88283ef962ef6815bc2173292f7a1349a7954d7031863d6b5 in /app/test-malloc
WORKDIR /app
USER test-malloc
ENTRYPOINT ["setarch" "x86_64" "-R" "/app/test-malloc"]
Details
Container
2025-12-03 18:43:31 +00:00
2
OCI / Docker
linux/amd64
3.7 MiB
Versions (1) View all
latest 2025-12-03