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

use eclipse jre as docker image base #157

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

StevenMassaro
Copy link
Owner

No description provided.

@StevenMassaro StevenMassaro marked this pull request as draft June 20, 2023 14:37
@StevenMassaro
Copy link
Owner Author

current status is failing for arm64:


#3 [auth] library/eclipse-temurin:pull token for registry-1.docker.io
#3 DONE 0.0s

#4 [linux/arm64 internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine
#4 ERROR: no match for platform in manifest: not found

#2 [linux/amd64 internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine
#2 ERROR: ref buildkit/1/index-sha256:984703da8353d0a33eb04944b56665e84c6271e5d4f8a679e73cb5bd2b846301 locked for 417.486646ms (since 2023-11-02 20:22:00.31607727 +0000 UTC m=+2.576185260): unavailable
------
 > [linux/arm64 internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine:
------
------
 > [linux/amd64 internal] load metadata for docker.io/library/eclipse-temurin:17-jre-alpine:
------
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
Dockerfile:1
--------------------
   1 | >>> FROM eclipse-temurin:17-jre-alpine
   2 |     EXPOSE 8080
   3 |     RUN apk add --no-cache --update ffmpeg
--------------------
ERROR: failed to solve: eclipse-temurin:17-jre-alpine: no match for platform in manifest: not found
Error: buildx failed with: ERROR: failed to solve: eclipse-temurin:17-jre-alpine: no match for platform in manifest: not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant