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:
|
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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user