fix: remove DEPLOYMENT.md from Docker build context

This commit is contained in:
2026-08-02 11:52:55 -04:00
parent 4874544955
commit 463111dfd6
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
## v1.16.1
- fix: remove missing DEPLOYMENT.md from Docker build context
## v1.16.0 ## v1.16.0
- Added OpenBao PKI SSH Certificate Support - Added OpenBao PKI SSH Certificate Support
- Fallback to LDAP Key injection - Fallback to LDAP Key injection
+1 -1
View File
@@ -37,7 +37,7 @@ COPY nodejs/utils ./utils
COPY nodejs/views ./views COPY nodejs/views ./views
COPY nodejs/public ./public COPY nodejs/public ./public
COPY README.md CHANGELOG.md DEPLOYMENT.md / COPY README.md CHANGELOG.md /
COPY --from=gitinfo /commit.txt ./.build_commit COPY --from=gitinfo /commit.txt ./.build_commit
COPY docker-entrypoint.sh /usr/local/bin/ COPY docker-entrypoint.sh /usr/local/bin/
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.16.0", "version": "1.16.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.16.0", "version": "1.16.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^7.3.0", "@fortawesome/fontawesome-free": "^7.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.16.0", "version": "1.16.1",
"description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics",
"author": [ "author": [
{ {