diff options
author | liamfallon <liam.fallon@est.tech> | 2022-08-22 17:33:02 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-08-24 08:34:48 +0100 |
commit | e572a014bee7ddeaa5027ab9b4fdbeac9c8b24b9 (patch) | |
tree | d3e843b409e0ded11f1e80009bb63785036ac295 /.gitignore | |
parent | 26865ec33c7f6c86caffb0bb391f6e8d7b2c2777 (diff) |
Add dockerfile for local use for Non Alpine arch
The "onap-java11" dockerfile does not build on non X64 architectures
such as the aarm64 architectures used by the Apple M1 processor.
The base image "adoptopenjdk/openjdk11:jre-11.0.15_10-alpine" used by
the onap-java11 Dockerfile does not exist for aarm64 architectures.
This commit adds a Dockerfile that will create an ONAP base image for
local use that uses Alpine as its base image and adds Java11.
This new dockerfile builds fine on Apple M1, and can be invoked with the
command:
docker build -t onap/integration-java11:9.0.0 -f onap-java11/BareAlpine.Dockerfile onap-java11
Issue-ID: POLICY-4287
Change-Id: I88b735ae5b61681c86a0ded2b6b992d39c9c4a83
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions