diff options
author | 2024-07-01 17:22:13 +0200 | |
---|---|---|
committer | 2024-07-01 17:23:06 +0200 | |
commit | 3b8be9abec3a83c5f8e83e494214a213871e4056 (patch) | |
tree | b3b23196d3d15124c50ab0fccf066da150c8b3c8 /aai-resources/src/main/scripts/install | |
parent | 96cfb9625aeb8e2b9303db7a49ef6979d605f5f3 (diff) |
Use eclipse-temurin:8-jre-alpine docker base image in aai-resources
- replace aai-common base image with plain java 8 jre
- remove custom folders and users to simplify setup
Issue-ID: AAI-3912
Change-Id: I248202b74133e0a71ff80bce560f27e147baf016
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/src/main/scripts/install')
-rw-r--r-- | aai-resources/src/main/scripts/install/addManualData.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/src/main/scripts/install/addManualData.sh b/aai-resources/src/main/scripts/install/addManualData.sh index 645f7c81..1003f75e 100644 --- a/aai-resources/src/main/scripts/install/addManualData.sh +++ b/aai-resources/src/main/scripts/install/addManualData.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ### # ============LICENSE_START======================================================= @@ -9,9 +9,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |