We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At https://github.com/SRI-CSL/descert-example/tree/new-daikon, the README says:
Using circleci/openjdk:8-jdk Docker image Build Docker image › docker build -t descert/descert-example-circleci -f docker/Dockerfile .
However, file docker/Dockerfile starts with
FROM amazoncorretto:8-alpine-full
I suspect that the docker/Dockerfile in that command should be some other file name -- maybe docker/Dockerfile-circleci-img.txt.
docker/Dockerfile
docker/Dockerfile-circleci-img.txt
(I'm not blocked on this.)
The text was updated successfully, but these errors were encountered:
hsanchez
No branches or pull requests
At https://github.com/SRI-CSL/descert-example/tree/new-daikon, the README says:
However, file docker/Dockerfile starts with
I suspect that the
docker/Dockerfile
in that command should be some other file name -- maybedocker/Dockerfile-circleci-img.txt
.(I'm not blocked on this.)
The text was updated successfully, but these errors were encountered: