container icon indicating copy to clipboard operation
container copied to clipboard

Results 13 container issues
Sort by recently updated
recently updated
newest added

According to Docker's best practices, `COPY` is [preferred](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy) [Dockle](https://github.com/goodwithtech/dockle) also reports this as a potential vulnerability: ``` FATAL - CIS-DI-0009: Use COPY instead of ADD in Dockerfile * Use COPY...

OCA Required

In #21 I asked about publishing a Docker Official Image (as described here: https://github.com/docker-library/official-images) but was told you all had no plans to do that. Is it OK if I...

This makes it impossible to build fully static images out of the box. When not using musl, the binaries fail at runtime with ``` dl-call-libc-early-init.c:37: _dl_call_libc_early_init: Assertion `sym != NULL'...

enhancement

When I compile a Java code with multibyte characters using `javac` command, failed compile. ### Java Source Code ```java public class Test { public static void main(String[] args) { System.out.println("↓");...

bug

Is it possible to have windows docker image? That would help a lot CIs build with graalvm for windows users

enhancement

As we can see https://github.com/graalvm/container/blob/952ceb4186763bd79c340b636adf89ca7267d2a5/truffleruby/Dockerfile.ol8-slim doesn't run it, unlike https://github.com/graalvm/container/blob/952ceb4186763bd79c340b636adf89ca7267d2a5/truffleruby/Dockerfile.ol8#L29 This then cause errors whenever the openssl gem is used, including just loading the gem. Probably the easiest fix is...

I want to create native images for both amd64 and arm64, and when I attempt that on my x86 machine (Mac), I start the image `ghcr.io/graalvm/native-image:21.3` with `--platform=linux/arm64`. Out of...

Currently `ghcr.io/graalvm/graalvm-ce:ol8-java8-21.1.0` outputs a warning that the underlying architecture is not aarch64. Although native-image works it's very slow on M1. I don't yet know how M1 could officially be supported....

Update readme to include graalpy and ol9 as new base image.

OCA Verified