Skip to content

Commit

Permalink
fixing arm build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWaldorf committed Jan 21, 2021
1 parent 957b9de commit 232b539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:latest
#FROM alpine:latest
FROM tomcat:jdk15-openjdk-slim-buster

ARG APPLICATION="guacamole"
ARG BUILD_RFC3339="2021-01-20T22:59:00Z"
Expand Down Expand Up @@ -28,7 +29,6 @@ ENV \
PACKAGE="${PACKAGE}" \
VERSION="${VERSION}"

FROM tomcat:jdk15-openjdk-slim-buster

ENV ARCH=amd64 \
GUAC_VER=1.3.0 \
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM arm64v8/alpine:latest

#FROM arm64v8/alpine:latest
FROM arm64v8/tomcat:jdk15-openjdk-slim-buster
# Copy downloaded architecture emulation static binary
COPY qemu-aarch64-static /usr/bin/

Expand Down Expand Up @@ -31,8 +31,6 @@ ENV \
PACKAGE="${PACKAGE}" \
VERSION="${VERSION}"

FROM arm64v8/tomcat:jdk15-openjdk-slim-buster

ENV ARCH=aarch64 \
GUAC_VER=1.3.0 \
GUACAMOLE_HOME=/app/guacamole \
Expand Down

0 comments on commit 232b539

Please sign in to comment.