From 4813083651c1d26d66f1dff79dce0c82be62ffa5 Mon Sep 17 00:00:00 2001 From: trantzas Date: Tue, 28 Jan 2025 14:32:49 +0000 Subject: [PATCH] Preparing for Release 2025Q2 --- Dockerfile | 2 +- src/assets/config/config.prod.default.json | 2 +- src/assets/config/config.theming.default.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc5b982..dc8c5dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx -FROM nginx:1.19.4 +FROM nginx:1.27.3 #Copy ci-dashboard-dist COPY ./dist/org.etsi.osl.tmf.web/ /usr/share/nginx/html/services #Copy default nginx configuration diff --git a/src/assets/config/config.prod.default.json b/src/assets/config/config.prod.default.json index 8acbcb4..c395392 100644 --- a/src/assets/config/config.prod.default.json +++ b/src/assets/config/config.prod.default.json @@ -1,6 +1,6 @@ { "TITLE": "OpenSlice by ETSI", - "PORTALVERSION":"2024Q4", + "PORTALVERSION":"2025Q2-SNAPSHOT", "WIKI": "https://osl.etsi.org/documentation", "BUGZILLA": "{BASEURL}/bugzilla/", "STATUS": "{BASEURL}/healthstatus/", diff --git a/src/assets/config/config.theming.default.json b/src/assets/config/config.theming.default.json index 312428f..8403e59 100644 --- a/src/assets/config/config.theming.default.json +++ b/src/assets/config/config.theming.default.json @@ -5,5 +5,5 @@ "FAVICON_PATH":"favicon.ico", "WHO_WE_ARE_HTML":"
ETSI SDG OpenSlice|https://osl.etsi.org
The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network as a Service (NaaS).
OpenSlice by ETSI|http://portal.openslice.eu
A portal that allows 5G experimenters to design and deploy network services towards the infrastructure.
OpenSlice by ETSI wiki|https://osl.etsi.org/documentation
A wiki containing OpenSlice software documentation.
", "CONNECT_WITH_US_HTML":"
LinkedIn
Slack
Twitter
", - "FOOTER_HTML":"
OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive ecosystem for further details.
Openslice by ETSI running OSL version 2024Q4 | Terms and Conditions | © 2025 on behalf of osl.etsi.org
" + "FOOTER_HTML":"
OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive ecosystem for further details.
Openslice by ETSI running OSL version 2025Q2-SNAPSHOT | Terms and Conditions | © 2025 on behalf of osl.etsi.org
" } \ No newline at end of file -- GitLab