1
0
Fork 0

Initial commit.
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s

This commit is contained in:
Sergio Talens-Oliag 2025-03-11 17:49:38 +01:00
commit 78adac8d17
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
9 changed files with 310 additions and 0 deletions

13
node-mixinet/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
# Image used to run actions on forgejo.mixinet.net that need nodejs
# We base this image on the alpine-mixinet image
FROM forgejo.mixinet.net/oci/alpine-mixinet:1.0.0
# Update dist & install nodejs & npm
RUN apk update &&\
apk upgrade &&\
apk add \
nodejs \
npm \
&&\
rm -rf /var/cache/apk/*

1
node-mixinet/msr.yaml Normal file
View file

@ -0,0 +1 @@
version: 1.0.2