-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
616 additions
and
4,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,10 @@ RUN apk update && apk add wget && wget -O "apache-tomcat-${TOMCAT_VERSION}.tar. | |
|
||
|
||
# registry.cloudogu.com/official/cas | ||
FROM registry.cloudogu.com/official/java:21.0.4-1 | ||
FROM registry.cloudogu.com/official/java:21.0.4-4 | ||
|
||
LABEL NAME="official/cas" \ | ||
VERSION="7.0.8-4" \ | ||
VERSION="7.0.8-5" \ | ||
maintainer="[email protected]" | ||
|
||
ARG TOMCAT_VERSION | ||
|
@@ -67,7 +67,8 @@ ENV TOMCAT_VERSION=${TOMCAT_VERSION} \ | |
SERVICE_TAGS=webapp \ | ||
USER=cas \ | ||
GROUP=cas \ | ||
SSL_BASE_DIRECTORY="/etc/ssl" | ||
SSL_BASE_DIRECTORY="/etc/ssl" \ | ||
STARTUP_DIR=/ | ||
|
||
# setup user | ||
RUN set -x \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 0 additions & 101 deletions
101
app/src/main/java/de/triology/cas/oidc/services/CesOAuthServiceFactory.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
app/src/main/java/de/triology/cas/services/CesServiceData.java
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
app/src/main/java/de/triology/cas/services/CesServiceManagerConfiguration.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.