Skip to content

Commit

Permalink
Removed unnecessary files and modified github workflow files for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Kumar authored and Arun Kumar committed Sep 24, 2023
1 parent 6809c30 commit d1cfeb2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./Dockerfile-Java-11
file: ./Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: norstella/oxalis-as4:6.0.0-latest-java11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./Dockerfile-Java-11
file: ./Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: norstella/oxalis-as4:6.0.0
Expand Down
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.3.9-jdk-8 AS mvn
FROM maven:3.8.6-jdk-11 AS mvn

ADD . $MAVEN_HOME

Expand All @@ -7,6 +7,6 @@ RUN cd $MAVEN_HOME \
&& cp -r target/$(ls target | grep "\-dist$" | head -1) /dist


FROM norstella/oxalis:latest
norstella/oxalis:6.0.0

COPY --from=mvn /dist /oxalis/ext
12 changes: 0 additions & 12 deletions Dockerfile-Java-11

This file was deleted.

0 comments on commit d1cfeb2

Please sign in to comment.