Replies: 2 comments
-
/cc @evanchooly (kotlin), @geoand (jib,kotlin) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess the matter is, when I'm using $ docker inspect <container-name> # image: quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17
// ...
"Labels": {
"architecture": "aarch64",
"build-date": "2023-08-02T16:00:59",
"com.redhat.component": "ubi8-minimal-container",
"com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
"description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
"distribution-scope": "public",
"io.buildah.version": "1.29.0",
"io.k8s.description": "Quarkus.io executable image providing the `native-image` executable.io.k8s.display-name=Quarkus.io executable (GraalVM Native, Mandrel distribution)io.openshift.tags=executable,java,quarkus,mandrel,nativemaintainer=Quarkus Team \u003cquarkus-dev@googlegroups.com\u003e",
"io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
"io.openshift.expose-services": "",
"io.openshift.tags": "minimal rhel8",
"maintainer": "Red Hat, Inc.",
"name": "ubi8-minimal",
"release": "1037",
"summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1037",
"vcs-ref": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
"vcs-type": "git",
"vendor": "Red Hat, Inc.",
"version": "8.8"
}
// ...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I'm trying to build a native container with Jib (my machine uses apple m1 chip), but the container exit with this error:
2023-08-14 20:09:53 exec ./application: no such file or directory
The configuration of my application is:
I've done some research but couldn't solve the problem.
Path
matters)And currently I'm checking this discussion.
Anyone could provide some help? Many thanks! 🙏🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions