Skip to content

Commit

Permalink
Merge pull request #3626 from mercedes-benz/feature-3623-web-ui-versi…
Browse files Browse the repository at this point in the history
…on-0.2.0-update

env files updated #3623
  • Loading branch information
sven-dmlr authored Nov 18, 2024
2 parents f9d9404 + b0dcffc commit ab9dd5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sechub-web-server-solution/env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BASE_IMAGE=debian:12-slim
# build - clones and build SecHub
# copy - copies jar into container
# download - downloads the SecHub jar
BUILD_TYPE=build
BUILD_TYPE=download

# The SecHub web-server version used if the BUILD_TYPE is set to `download`
WEB_SERVER_VERSION="0.1.0"
10 changes: 3 additions & 7 deletions sechub-web-ui-solution/env
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Node Version
# Base image Version
BASE_IMAGE=debian:12-slim

# Resource limits
MEMORY_LIMIT=300M
CPU_LIMIT=1.0

# The build type of SecHub inside the container
# Possible values are: build, copy, download (currently only copy)
# build - clones and build from SecHub repository
Expand All @@ -13,9 +9,9 @@ CPU_LIMIT=1.0
BUILD_TYPE=download

# The PDS version used if the BUILD_TYPE is set to `download`
WEB_UI_VERSION="0.1.0"
WEB_UI_VERSION="0.2.0"

# Git information if the BUILD_TYPE is set to `build`
GIT_TAG=""
GIT_BRANCH=""
WEB_UI_SSL_KEYSTORE_ALIAS="undefined"
WEB_UI_SSL_KEYSTORE_ALIAS="undefined"

0 comments on commit ab9dd5f

Please sign in to comment.