Add npm to the node image and upgrade to nodejs-current
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1d224f278b
commit
f2b4e9902a
@ -1,10 +1,12 @@
|
||||
contents:
|
||||
repositories:
|
||||
- https://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
- https://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
packages:
|
||||
- busybox
|
||||
- nghttp2
|
||||
- nodejs
|
||||
- nodejs-current
|
||||
- npm
|
||||
|
||||
accounts:
|
||||
groups:
|
||||
|
@ -2,6 +2,6 @@
|
||||
set -e
|
||||
apko publish \
|
||||
--sbom=false \
|
||||
--package-version-tag=nodejs \
|
||||
--package-version-tag=nodejs-current \
|
||||
apko.yaml \
|
||||
gitea.elara.ws/elara6331/node:latest
|
||||
|
Loading…
Reference in New Issue
Block a user