Initial commit.
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
This commit is contained in:
commit
78adac8d17
9 changed files with 310 additions and 0 deletions
13
node-mixinet/Dockerfile
Normal file
13
node-mixinet/Dockerfile
Normal 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
1
node-mixinet/msr.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
version: 1.0.2
|
Loading…
Add table
Add a link
Reference in a new issue