temurin-build: docker builds failing
example failure: https://ci.adoptopenjdk.net/job/openjdk8_build_docker/190/console
ls: cannot access 'openjdk-copy-src:/openjdk/build/': No such file or directory
Updating source
Error response from daemon: Container 00cfe99f669cb019e18786c09391152ec17c7d132abd38358011ce9c498cff06 is not running
Shutting down
openjdk-copy-src
rm: cannot remove 'docker/jdk8u/x86_64/ubuntu/sbin': No such file or directory
Building as you've not specified -k or --keep
Building docker container
unable to prepare context: path "docker/jdk8u/x86_64/ubuntu" not found
Unable to find image 'openjdk_container:latest' locally
docker: Error response from daemon: repository openjdk_container not found: does not exist or no pull access.
See 'docker run --help'.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 20 (18 by maintainers)
Working now… I was having strange issues with the container storage throwing errors so I have cleaned everything out and now have a complete run with
bash makejdk-any-platform.sh -v jdk8u
It now completes ok, but there are still some additional “/” in some config paths that might need fixing up.Completed configuring the version string parameter, config args are now: --with-boot-jdk=/usr/lib/jvm/java-1.7.0-openjdk-amd64 --enable-ccache --with-jvm-variants=server --with-cacerts-file=/openjdk/build/cacerts_area/security/cacerts --with-alsa=/openjdk/build/alsa-lib-1.0.27.2 --with-freetype=/openjdk/build//openjdk/installedfreetype --with-x=/usr/include/X11 --with-debug-level=release
Built the JDK!
/openjdk/build//openjdk/build/linux-x86_64-normal-server-release/images/j2sdk-image' found
So the docker builds are still failing but I think we should be raising a new specific issue(s).