odessajavaclub / coffee-pot

A simple java application to practice with new technologies and for fun
https://odessajavaclub.github.io/
The Unlicense
1 stars 0 forks source link

Fix docker build for aarch64 #45

Closed apletnev closed 4 years ago

apletnev commented 4 years ago
✅ building aarch64
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Sending build context to Docker daemon 57.79MB
Step 1/17 : ARG BASE_IMAGE_PREFIX
Step 2/17 : ARG ARCH
Step 3/17 : FROM ${BASE_IMAGE_PREFIX}maven:3.6.3-jdk-11-slim as maven
3.6.3-jdk-11-slim: Pulling from arm64v8/maven
fb62b7c746da: Pulling fs layer
ac316ff102c6: Pulling fs layer
7f89ba1ce3f0: Pulling fs layer
f47d5641004e: Pulling fs layer
95bc4106ec72: Pulling fs layer
271a58aa3f99: Pulling fs layer
875fb2b08c14: Pulling fs layer
c4e3a11299c7: Pulling fs layer
f47d5641004e: Waiting
95bc4106ec72: Waiting
271a58aa3f99: Waiting
875fb2b08c14: Waiting
c4e3a11299c7: Waiting
7f89ba1ce3f0: Verifying Checksum
7f89ba1ce3f0: Download complete
ac316ff102c6: Verifying Checksum
ac316ff102c6: Download complete
fb62b7c746da: Verifying Checksum
fb62b7c746da: Download complete
95bc4106ec72: Verifying Checksum
95bc4106ec72: Download complete
271a58aa3f99: Verifying Checksum
271a58aa3f99: Download complete
875fb2b08c14: Verifying Checksum
875fb2b08c14: Download complete
c4e3a11299c7: Verifying Checksum
c4e3a11299c7: Download complete
fb62b7c746da: Pull complete
ac316ff102c6: Pull complete
f47d5641004e: Verifying Checksum
f47d5641004e: Download complete
7f89ba1ce3f0: Pull complete
f47d5641004e: Pull complete
95bc4106ec72: Pull complete
271a58aa3f99: Pull complete
875fb2b08c14: Pull complete
c4e3a11299c7: Pull complete
Digest: sha256:cc80cde1e052a1bd393fc1ede7898db2f04c273247958f2b232c2eb0ed118fb9
Status: Downloaded newer image for arm64v8/maven:3.6.3-jdk-11-slim
---> eb06815b8926
Step 4/17 : WORKDIR /coffee_pot
Removing intermediate container 190e8f6276e2
---> a772571b9990
Step 5/17 : COPY ./pom.xml ./pom.xml
---> 90dc4abfb181
Step 6/17 : RUN mvn dependency:go-offline -B
---> Running in 8296a28a2845
standard_init_linux.go:190: exec user process caused "no such file or directory"
The command '/bin/sh -c mvn dependency:go-offline -B' returned a non-zero code: 1
build hook failed! (1)
github-actions[bot] commented 4 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days