compose/tests/fixtures/build-memory/Dockerfile

5 lines
143 B
Docker

FROM busybox
# Report the memory (through the size of the group memory)
RUN echo "memory:" $(cat /sys/fs/cgroup/memory/memory.limit_in_bytes)