Skip to content

Commit

Permalink
Merge pull request #656 from opencb/TASK-4289
Browse files Browse the repository at this point in the history
TASK-4289 - Upgrade JVM to 8u372 in opencga Docker
  • Loading branch information
juanrizetta authored Jun 21, 2023
2 parents ccf1ba8 + d7128ce commit 5431981
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase

test:
uses: ./.github/workflows/test-analysis.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase

test:
uses: ./.github/workflows/test-analysis.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase

test:
uses: ./.github/workflows/test-analysis.yml
Expand Down
5 changes: 3 additions & 2 deletions cellbase-app/app/cloud/docker/cellbase-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Based on Debian 11 (bullseye)
FROM openjdk:11-jre
## Based on Ubuntu 22.04 (jammy)
## We are now using OpenJDK 8u372 to support "cgroup v2", see https://developers.redhat.com/articles/2023/04/19/openjdk-8u372-feature-cgroup-v2-support#
FROM eclipse-temurin:8u372-b07-jre-jammy

LABEL org.label-schema.vendor="OpenCB" \
org.label-schema.name="cellbase-base" \
Expand Down
22 changes: 0 additions & 22 deletions cellbase-app/app/cloud/docker/cellbase-base/Dockerfile.alpine

This file was deleted.

0 comments on commit 5431981

Please sign in to comment.