Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-1406 - changes for bulkdata web application split up to a separate deployable #4115

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
issue-1406 - Upgrading bulk data web app openliberty server version f…
…rom 22.0.0.10 to 22.0.0.12

Signed-off-by: PrasannaHegde1 <phegde@merative.com>
  • Loading branch information
PrasannaHegde1 committed Dec 12, 2022
commit a690766069cfc1d5a0ffae7efaa790df385a7450
4 changes: 2 additions & 2 deletions fhir-install-bulkdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
# ----------------------------------------------------------------------------
# Stage: Base

FROM openliberty/open-liberty:22.0.0.10-kernel-slim-java11-openj9-ubi as base
FROM openliberty/open-liberty:22.0.0.12-kernel-slim-java11-openj9-ubi as base

USER root
RUN yum install -y unzip
@@ -21,7 +21,7 @@ COPY src/main/docker/fhir-bulkdata-server/bootstrap.sh /opt/fhir-bulkdata-server
# ----------------------------------------------------------------------------
# Stage: Runnable

FROM openliberty/open-liberty:22.0.0.10-kernel-slim-java11-openj9-ubi
FROM openliberty/open-liberty:22.0.0.12-kernel-slim-java11-openj9-ubi

ARG VERBOSE=true
ARG FHIR_SERVER_VERSION=5.0.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

SETLOCAL ENABLEDELAYEDEXPANSION

set LIBERTY_VERSION=22.0.0.10
set LIBERTY_VERSION=22.0.0.12

echo Executing %0 to deploy the fhir-bulkdata-server web application...

Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
###############################################################################

export LIBERTY_VERSION="22.0.0.10"
export LIBERTY_VERSION="22.0.0.12"

echo "
Executing $0 to deploy the fhir-bulkdata-server web application...