Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

plugin/docker: Report on deploy status #1487

Merged
merged 3 commits into from
May 27, 2021
Merged

Conversation

briancain
Copy link
Member

This commit introduces the implementation of the Status function for
docker on deploy. It queries the current deployed containers health and
looks for if it was configured using dockers built in health checks. If
not, the function attempts to make some basic assumptions for
determining the health of the container.

@briancain briancain added the pr/no-changelog No automatic changelog entry required for this pull request label May 17, 2021
@briancain briancain added this to the 0.4.0 milestone May 17, 2021
@briancain briancain requested a review from a team May 17, 2021 22:49
@briancain briancain force-pushed the feature/docker/report-on-status branch from 67dfd06 to e1e33bb Compare May 18, 2021 15:06
@briancain briancain force-pushed the feature/docker/report-on-status branch from e1e33bb to 598e0f1 Compare May 18, 2021 23:32
@briancain briancain force-pushed the feature/server/status-reports branch from a90be73 to 9969a65 Compare May 21, 2021 22:11
@briancain briancain force-pushed the feature/docker/report-on-status branch from 598e0f1 to 59ec1ad Compare May 21, 2021 22:21
@briancain briancain force-pushed the feature/server/status-reports branch from 9969a65 to a506a45 Compare May 21, 2021 23:13
@briancain briancain force-pushed the feature/docker/report-on-status branch from 59ec1ad to 7a3beda Compare May 21, 2021 23:14
@briancain briancain force-pushed the feature/server/status-reports branch from a506a45 to 45430ba Compare May 21, 2021 23:16
@briancain briancain force-pushed the feature/docker/report-on-status branch from 7a3beda to 728623c Compare May 21, 2021 23:17
builtin/docker/platform.go Outdated Show resolved Hide resolved
builtin/docker/platform.go Show resolved Hide resolved
builtin/docker/platform.go Outdated Show resolved Hide resolved
@briancain briancain requested a review from evanphx May 25, 2021 17:30
@briancain briancain force-pushed the feature/docker/report-on-status branch from 34becd7 to e43708c Compare May 25, 2021 17:56
@briancain briancain force-pushed the feature/server/status-reports branch from b52ae8b to 6a5baca Compare May 25, 2021 18:34
@briancain briancain force-pushed the feature/docker/report-on-status branch from e43708c to 95b0269 Compare May 25, 2021 18:35
Base automatically changed from feature/server/status-reports to main May 25, 2021 23:10
This commit introduces the implementation of the Status function for
docker on deploy. It queries the current deployed containers health and
looks for if it was configured using dockers built in health checks. If
not, the function attempts to make some basic assumptions for
determining the health of the container.
@briancain
Copy link
Member Author

Rebased off main now instead of the core status report impl. branch!

Copy link
Contributor

@krantzinator krantzinator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woooo 🚀

@briancain briancain merged commit 6680a37 into main May 27, 2021
@briancain briancain deleted the feature/docker/report-on-status branch May 27, 2021 17:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugin/docker plugin pr/no-changelog No automatic changelog entry required for this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants