pkg

romm (latest)

Published 2026-06-18 03:24:13 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/romm:latest
sha256:e5de7a9876b1f80b1e4fcf0d082a355e12aee4c76d0469ee4b5817cd8f7f36e9

About this package

"RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes and custom tags, RomM is a must-have for anyone who plays on emulators."

Image layers

COPY / / # buildkit
COPY /src/.venv /src/.venv # buildkit
ENV PATH=/src/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=/backend
VOLUME [/romm /redis-data]
EXPOSE [6379/tcp 8080/tcp]
WORKDIR /romm
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/init"]
ARG WEBSERVER_FOLDER=/var/www/html
COPY /emulatorjs /var/www/html/assets/emulatorjs # buildkit
COPY /ruffle /var/www/html/assets/ruffle # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-06-17T13:45:47.352Z
org.opencontainers.image.description "RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes and custom tags, RomM is a must-have for anyone who plays on emulators."
org.opencontainers.image.licenses "AGPLv3"
org.opencontainers.image.revision 3e629ba6998ac8badf6cadd71ae8b46c9c85b17f
org.opencontainers.image.source https://github.com/rommapp/romm
org.opencontainers.image.title "rommapp/romm"
org.opencontainers.image.url https://github.com/rommapp/romm
org.opencontainers.image.version
Details
Container
2026-06-18 03:24:13 +00:00
0
OCI / Docker
linux/amd64
"AGPLv3"
414 MiB
Versions (1) View all
latest 2026-06-18