Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#148 from bci-oss/fix-broken-pipeline
Browse files Browse the repository at this point in the history
Fix: Fixing pipeline issue after mandatory license addition
  • Loading branch information
tunacicek authored Jul 8, 2024
2 parents c3a7808 + b45efbd commit 1562e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish-image-discovery-finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ jobs:
- name: install dependencies
working-directory: ./.github/actions/generate-dependencies-notice
run: npm install
- name: baselayer-licenses
uses: philips-labs/tern-action@v1.1.0
with:
image: eclipse-temurin:17-jre-alpine
format: json
output: ./base-image-layers.json
- name: dependency-licenses
uses: ./.github/actions/generate-dependencies-notice
with:
version: ${{ github.ref_name }}
base-path: ${{ github.workspace }}
maven-deps-path: ./backend/maven.deps
base-image-layers-path: ./base-image-layers.json
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
Expand Down
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ WORKDIR /service

COPY --from=builder /build/backend/target/discovery-finder-backend*.jar app.jar

COPY LICENSE NOTICE.md DEPENDENCIES SECURITY.md /legal/

ENV JAVA_TOOL_OPTIONS "-Xms512m -Xmx2048m"
EXPOSE 4243

Expand Down

0 comments on commit 1562e06

Please sign in to comment.