Skip to content

Commit

Permalink
chore(main): release nginx-spa 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz committed Nov 24, 2024
1 parent 3b17898 commit ea565d2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
8 changes: 8 additions & 0 deletions images/nginx-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-24)


### Features

* **nginx-spa:** add nginx-spa image ([345d642](https://github.com/ebizbase/dev-infras/commit/345d642705f5bd983c6c80687e613e1c5e6a7afc))
20 changes: 16 additions & 4 deletions images/nginx-spa/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"projectType": "library",
"metadata": {
"version": "1.0.0",
"registries": ["ghcr.io", "docker.io"],
"registries": [
"ghcr.io",
"docker.io"
],
"namespace": "ebizbase/nginx-spa",
"labels": {
"org.opencontainers.image.source": "https://github.com/ebizbase/dev-infras",
Expand All @@ -18,11 +21,15 @@
"executor": "@ebizbase/nx-docker:build",
"options": {
"load": true,
"tags": ["edge"]
"tags": [
"edge"
]
}
},
"test": {
"dependsOn": ["build"],
"dependsOn": [
"build"
],
"executor": "nx:run-commands",
"options": {
"command": "docker run --rm ebizbase/nginx-spa:edge -T"
Expand All @@ -32,7 +39,12 @@
"executor": "@ebizbase/nx-docker:build",
"options": {
"push": true,
"tags": ["latest", "{major}", "{major}.{minor}", "{major}.{minor}.{patch}"]
"tags": [
"latest",
"{major}",
"{major}.{minor}",
"{major}.{minor}.{patch}"
]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"devcontainer-images/node-dind-playwright-devcontainer": "1.0.0",
"devcontainer-images/node-playwright-devcontainer": "1.0.0",
"images/node-distroless": "1.0.0",
"images/nginx-spa": "0.0.0"
"images/nginx-spa": "1.0.0"
}

0 comments on commit ea565d2

Please sign in to comment.