Unable to create custom image from the exeuntu base
When trying something like
FROM ghcr.io/boldsoftware/exeuntu:latest
USER root
RUN touch /etc/.custom-image
USER exedev
CMD ["/usr/local/bin/init"]
It fails to login and be usable.
When trying something like
FROM ghcr.io/boldsoftware/exeuntu:latest
USER root
RUN touch /etc/.custom-image
USER exedev
CMD ["/usr/local/bin/init"]
It fails to login and be usable.
1 Comment
Isn't this expected? init must be run as root