Add npm to the node image and upgrade to nodejs-current
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2023-08-16 12:03:01 -07:00
parent 1d224f278b
commit f2b4e9902a
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
contents: contents:
repositories: repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main - https://dl-cdn.alpinelinux.org/alpine/edge/main
- https://dl-cdn.alpinelinux.org/alpine/edge/community
packages: packages:
- busybox - busybox
- nghttp2 - nghttp2
- nodejs - nodejs-current
- npm
accounts: accounts:
groups: groups:

View File

@ -2,6 +2,6 @@
set -e set -e
apko publish \ apko publish \
--sbom=false \ --sbom=false \
--package-version-tag=nodejs \ --package-version-tag=nodejs-current \
apko.yaml \ apko.yaml \
gitea.elara.ws/elara6331/node:latest gitea.elara.ws/elara6331/node:latest