Skip to content

Commit

Permalink
Merge pull request #253 from JasonHHouse/improvement/removing_db
Browse files Browse the repository at this point in the history
Improvement/removing db
  • Loading branch information
JasonHHouse authored Aug 25, 2021
2 parents 431226b + 80bd4b9 commit dfeb9a4
Show file tree
Hide file tree
Showing 40 changed files with 325 additions and 784 deletions.
2 changes: 1 addition & 1 deletion Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.9.8</version>
<version>0.9.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data

WORKDIR /usr/app

COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar

COPY start.sh /usr/app/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data

WORKDIR /usr/app

COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar

COPY start.sh /usr/app/

Expand Down
9 changes: 3 additions & 6 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##

FROM lsiobase/mono:arm64v8-LTS
#FROM lsiobase/mono:arm64v8-LTS
FROM bellsoft/liberica-openjdk-alpine

LABEL maintainer="[email protected]"
LABEL name="Jason House"
LABEL github="https://github.com/JasonHHouse/Gaps"

RUN apt-get update

RUN apt-get install -y openjdk-11-jre

EXPOSE 32400

ENV JAR_FILE gaps.jar
Expand All @@ -36,7 +33,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data

WORKDIR /usr/app

COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar

COPY start.sh /usr/app/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data

WORKDIR /usr/app

COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar

COPY start.sh /usr/app/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.riscv64
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data

WORKDIR /usr/app

COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar

COPY start.sh /usr/app/

Expand Down
2 changes: 1 addition & 1 deletion GapsAsJar/gaps.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd

# name the installer
OutFile "gaps-0.9.8-installer.exe"
OutFile "gaps-0.9.9-installer.exe"
Loading

0 comments on commit dfeb9a4

Please sign in to comment.