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

Add mtomady logo and docker build instructions #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion build-docker-image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh

docker build -t hapi-fhir/hapi-fhir-jpaserver-starter .
# to build for multiple platforms see https://docs.docker.com/build/building/multi-platform/#getting-started
# specifically docker buildx create --name mybuilder --driver docker-container --bootstrap --use
docker buildx build --platform linux/amd64,linux/arm64 -t mtomady/hapi --push .

10 changes: 5 additions & 5 deletions src/main/webapp/WEB-INF/templates/tmpl-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<html lang="en">
<div th:fragment="banner">
<div class="row">
<div class="col-md-8">
<img src="img/sample-logo.jpg" width="383" alt="Sample Logo" />
<div class="col-md-8" style="padding-top: 10px; padding-bottom: 10px;">
<img src="img/mTOMADY_Logo_BP.png" width="383" alt="mTOMADY Logo" />
</div>
<div class="col-md-4">
<img src="img/hapi_fhir_banner_right.png" align="right" />
</div>
</div>
<!-- Error banner in case anything went wrong -->

<!-- Error banner in case anything went wrong -->
<div class="alert alert-danger alert-dismissable" th:if="${errorMsg} != null">
<strong>Warning!</strong>
<p th:text="${errorMsg}"></p>
</div>

</div>
</html>
Binary file added src/main/webapp/img/mTOMADY_Logo_BP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.