Skip to content

Commit c426f01

Browse files
junoebizjohnitvn
authored andcommitted
chore(main): release node-distroless 1.0.0
1 parent 24adf83 commit c426f01

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

images/node-distroless/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-24)
4+
5+
6+
### Features
7+
8+
* **node-distroless:** add node-distroless image combines google distroless and dump-init ([f08f1eb](https://github.com/ebizbase/dev-infras/commit/f08f1ebec201cc88bc34ebd5094f0792164c7bbc))

images/node-distroless/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "library",
55
"metadata": {
6-
"version": "0.0.0",
6+
"version": "1.0.0",
77
"registries": [
88
"ghcr.io",
99
"docker.io"

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"devcontainer-images/node-dind-devcontainer": "1.0.0",
1212
"devcontainer-images/node-dind-playwright-devcontainer": "1.0.0",
1313
"devcontainer-images/node-playwright-devcontainer": "1.0.0",
14-
"images/node-distroless": "0.0.0"
14+
"images/node-distroless": "1.0.0"
1515
}

0 commit comments

Comments
 (0)