You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.github.dockerjava.core.exception.InvalidRepositoryNameException: Repository name "library/node:18.16.0-alpine" is invalid. Component: node:18.16.0-alpine
at com.github.dockerjava.core.NameParser.validateRepoName(NameParser.java:95)
at com.github.dockerjava.core.NameParser.resolveRepositoryName(NameParser.java:122)
at com.github.dockerjava.core.DefaultDockerClientConfig.effectiveAuthConfig(DefaultDockerClientConfig.java:299)
at com.github.dockerjava.core.DockerClientImpl.pullImageCmd(DockerClientImpl.java:310)
When we try to pull image with docker-java with following image format: docker.io/library/node:18.16.0-alpine@sha256:1ccc70acda680aa4ba47f53e7c40b2d4d6892de74817128e0662d32647dd7f4d, while we notice that we can use this docker image format with docker pull, and get result correctly.
We currently got following error:
When we try to pull image with
docker-java
with following image format:docker.io/library/node:18.16.0-alpine@sha256:1ccc70acda680aa4ba47f53e7c40b2d4d6892de74817128e0662d32647dd7f4d
, while we notice that we can use this docker image format withdocker pull
, and get result correctly.Here is the docker version we use for testing:
Wondering if we should make behaviour consistent with docker desktop.
Similar issue reported in testcontainers/testcontainers-java#4762 and I suspect it is because they are also using docker-java under the hook.
The text was updated successfully, but these errors were encountered: