forked from winery/winery
-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
86b6876
commit fe7b0e0
Showing
61 changed files
with
277 additions
and
1,119 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM maven:3-openjdk-11 as builder | ||
RUN apt-get update -qq && apt-get install -qqy python build-essential | ||
FROM maven:3-openjdk-17 as builder | ||
#RUN apt-get update -qq && apt-get install -qqy python build-essential | ||
COPY . /tmp/winery | ||
WORKDIR /tmp/winery | ||
RUN mvn package -DskipTests=true -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -B | ||
|
||
FROM tomcat:9-jdk11-openjdk-buster | ||
FROM tomcat:9-jdk17-openjdk-buster | ||
LABEL maintainer = "Oliver Kopp <[email protected]>, Michael Wurster <[email protected]>, Lukas Harzenetter <[email protected]>" | ||
|
||
ENV WINERY_USER_ID 1724 | ||
|
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM openjdk:11-jre | ||
FROM openjdk:17 | ||
LABEL maintainer "Oliver Kopp <[email protected]>, Lukas Harzenetter <[email protected]>" | ||
|
||
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash | ||
RUN apt-get update && apt-get install -y git git-lfs | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM tomcat:9-jdk11-openjdk-buster | ||
FROM tomcat:9-jdk17-openjdk-buster | ||
LABEL maintainer = "Oliver Kopp <[email protected]>, Michael Wurster <[email protected]>, Lukas Harzenetter <[email protected]>" | ||
|
||
ENV WINERY_USER_ID 1724 | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-69.1 KB
docs/config/Eclipse/figures/eclipse_save_actions_1_code_organizing.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-69.7 KB
docs/config/Eclipse/figures/eclipse_save_actions_3_member_accesses.png
Binary file not shown.
Binary file removed
BIN
-65.1 KB
docs/config/Eclipse/figures/eclipse_save_actions_4_missing_code.png
Binary file not shown.
Binary file removed
BIN
-65.2 KB
docs/config/Eclipse/figures/eclipse_save_actions_5_unnecessary_code.png
Binary file not shown.
Oops, something went wrong.