-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Implement HEALTHCHECK
for Dockerfile
#855
Merged
make-github-pseudonymous-again
merged 5 commits into
main
from
dockerfile-add-healthcheck-1
Apr 15, 2024
Merged
Implement HEALTHCHECK
for Dockerfile
#855
make-github-pseudonymous-again
merged 5 commits into
main
from
dockerfile-add-healthcheck-1
Apr 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 8, 2024 21:10 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
added
deploy
This issue is about deployment
docker
This has to do with docker images and containers
dx
This is about developer experience
labels
Apr 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #855 +/- ##
=======================================
Coverage 64.47% 64.47%
=======================================
Files 703 703
Lines 9705 9705
Branches 1335 1335
=======================================
Hits 6257 6257
Misses 3003 3003
Partials 445 445
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
See docker/cli#4486 for the CI error. |
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 12, 2024 06:35
9d202cf
to
74df5cf
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 12, 2024 06:35 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 21:58
74df5cf
to
7c393af
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 21:58 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 22:41
7c393af
to
21ec1d7
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 22:41 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 22:48
21ec1d7
to
857d1dc
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 22:48 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
removed this pull request from the merge queue due to a manual request
Apr 14, 2024
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 22:56
857d1dc
to
11162f4
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 22:56 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 23:09
11162f4
to
47cca83
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 23:09 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
dockerfile-add-healthcheck-1
branch
from
April 14, 2024 23:47
47cca83
to
76223bc
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
April 14, 2024 23:47 — with
GitHub Actions
Inactive
Works with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the following issues:
ci:build
andci:build:image
should check that the response body isOK
#849HEALTHCHECK
inDockerfile
#853HEALTHCHECK
inci:build:image
workflow #854