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
been working on implementing both (IS_RUNNING and IS_LISTENING_ON_PORT)
problem is at build time, cmd/entrypoint dockerfile instructions are not triggered, so we can't easily implement these tests.
i've tried to find an easy and clean way to trigger CMD/ENTRYPOINT instructions and then fire up tests, but failed.
a clean way is to trigger a "docker run -d" of the tested container at @DOCKER_RUN instruction in the Dockerfile_test using docker go client.
any clue appreciated :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
been working on implementing both (IS_RUNNING and IS_LISTENING_ON_PORT)
problem is at build time, cmd/entrypoint dockerfile instructions are not triggered, so we can't easily implement these tests.
i've tried to find an easy and clean way to trigger CMD/ENTRYPOINT instructions and then fire up tests, but failed.
a clean way is to trigger a "docker run -d" of the tested container at @DOCKER_RUN instruction in the Dockerfile_test using docker go client.
any clue appreciated :)
The text was updated successfully, but these errors were encountered: