Skip to content

Commit 0747796

Browse files
junoebizjohnitvn
authored andcommitted
chore(main): release nginx-spa 1.0.0
1 parent 3b17898 commit 0747796

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

images/nginx-spa/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+
* **nginx-spa:** add nginx-spa image ([345d642](https://github.com/ebizbase/dev-infras/commit/345d642705f5bd983c6c80687e613e1c5e6a7afc))

images/nginx-spa/project.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"projectType": "library",
55
"metadata": {
66
"version": "1.0.0",
7-
"registries": ["ghcr.io", "docker.io"],
7+
"registries": [
8+
"ghcr.io",
9+
"docker.io"
10+
],
811
"namespace": "ebizbase/nginx-spa",
912
"labels": {
1013
"org.opencontainers.image.source": "https://github.com/ebizbase/dev-infras",
@@ -18,11 +21,15 @@
1821
"executor": "@ebizbase/nx-docker:build",
1922
"options": {
2023
"load": true,
21-
"tags": ["edge"]
24+
"tags": [
25+
"edge"
26+
]
2227
}
2328
},
2429
"test": {
25-
"dependsOn": ["build"],
30+
"dependsOn": [
31+
"build"
32+
],
2633
"executor": "nx:run-commands",
2734
"options": {
2835
"command": "docker run --rm ebizbase/nginx-spa:edge -T"
@@ -32,7 +39,12 @@
3239
"executor": "@ebizbase/nx-docker:build",
3340
"options": {
3441
"push": true,
35-
"tags": ["latest", "{major}", "{major}.{minor}", "{major}.{minor}.{patch}"]
42+
"tags": [
43+
"latest",
44+
"{major}",
45+
"{major}.{minor}",
46+
"{major}.{minor}.{patch}"
47+
]
3648
}
3749
}
3850
}

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"devcontainer-images/node-dind-playwright-devcontainer": "1.0.0",
1313
"devcontainer-images/node-playwright-devcontainer": "1.0.0",
1414
"images/node-distroless": "1.0.0",
15-
"images/nginx-spa": "0.0.0"
15+
"images/nginx-spa": "1.0.0"
1616
}

0 commit comments

Comments
 (0)