riscv-docker/node/apko.yaml
Elara Musayelyan 1d224f278b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add a node image
2023-08-15 20:30:35 -07:00

41 lines
583 B
YAML

contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main
packages:
- busybox
- nghttp2
- nodejs
accounts:
groups:
- groupname: node
gid: 65532
users:
- username: node
uid: 65532
gid: 65532
run-as: 65532
paths:
- path: /app
type: directory
permissions: 0o777
uid: 65532
gid: 65532
work-dir: /app
environment:
NODE_PORT: 3000
PATH: '/usr/sbin:/sbin:/usr/bin:/bin'
NPM_CONFIG_UPDATE_NOTIFIER: false
entrypoint:
command: /usr/bin/node
cmd: --help
archs:
- amd64
- arm64
- riscv64