blob: 7572665291a061f6499e88c0c506946dfbc569eb [file] [log] [blame]
VERSION 0.7
platform-image:
FROM ../base+image
DO ../+CREATE_PROJECT_USER \
--PROJECT=nova \
--SHELL=/bin/bash
DO ../+APT_INSTALL \
--PACKAGES "openssh-server openssh-client"
RUN \
chown -R nova: /etc/ssh && \
mkdir /var/run/sshd && \
chmod 0755 /var/run/sshd
SAVE IMAGE --push ghcr.io/vexxhost/atmosphere/nova-ssh:latest
image:
BUILD --platform linux/amd64 --platform linux/arm64 +platform-image