zhuyifeiRuichuang opened a new pull request, #439:
URL: https://github.com/apache/seatunnel-website/pull/439
fix docker hub not found openjdk:8
```bash
root@VM-0-6-ubuntu:/opt/seatunnel# docker build -t
zhuyifeiruichuang/seatunnel:2.3.13 -f Dockerfile .
[+] Building 1.2s (3/3) FINISHED
docker:default
=> [internal] load build definition from Dockerfile
0.0s
=> => transferring dockerfile: 470B
0.0s
=> ERROR [internal] load metadata for docker.io/library/openjdk:8
1.2s
=> [auth] library/openjdk:pull token for registry-1.docker.io
0.0s
------
> [internal] load metadata for docker.io/library/openjdk:8:
------
Dockerfile:1
--------------------
1 | >>> FROM openjdk:8
2 |
3 | ENV SEATUNNEL_VERSION="2.3.13"
--------------------
ERROR: failed to build: failed to solve: openjdk:8: failed to resolve source
metadata for docker.io/library/openjdk:8: docker.io/library/openjdk:8: not found
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]