Skip to content
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

Respect the entrypoint when running healthcheck commands #149

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

josegonzalez
Copy link
Member

@josegonzalez josegonzalez commented Feb 9, 2024

Closes #92

@josegonzalez josegonzalez changed the title feat: respect the entrypoint when running healthcheck commands Respect the entrypoint when running healthcheck commands Feb 9, 2024
@josegonzalez josegonzalez force-pushed the 92-entrypoint-support branch from e8c3fd3 to bdc92f4 Compare February 9, 2024 00:52
@josegonzalez josegonzalez force-pushed the 92-entrypoint-support branch from bdc92f4 to df60a35 Compare February 9, 2024 01:00
@josegonzalez josegonzalez merged commit f635525 into master Feb 9, 2024
8 checks passed
@josegonzalez josegonzalez deleted the 92-entrypoint-support branch February 9, 2024 01:08
@josegonzalez josegonzalez mentioned this pull request Feb 9, 2024
josegonzalez added a commit that referenced this pull request Feb 9, 2024
- #125: @dependabot chore(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0
- #128: @dependabot chore(deps): bump github.com/moby/moby from 24.0.6+incompatible to 24.0.7+incompatible
- #127: @dependabot chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible
- #126: @dependabot chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
- #131: @dependabot chore(deps): bump golang from 1.21.3 to 1.21.5
- #134: @dependabot chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
- #133: @dependabot chore(deps): bump actions/upload-artifact from 3 to 4
- #132: @dependabot chore(deps): bump github/codeql-action from 2 to 3
- #136: @dependabot chore(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0
- #137: @dependabot chore(deps): bump golang from 1.21.5 to 1.21.6
- #140: @dependabot chore(deps): bump github.com/moby/moby from 24.0.7+incompatible to 25.0.1+incompatible
- #142: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.11.0 to 0.14.0
- #143: @dependabot chore(deps): bump github.com/moby/moby from 25.0.1+incompatible to 25.0.2+incompatible
- #144: @dependabot chore(deps): bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2+incompatible
- #145: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.14.0 to 0.15.0
- #146: @dependabot chore(deps): bump golang from 1.21.6 to 1.22.0
- #147: @dependabot chore(deps): bump github.com/moby/moby from 25.0.2+incompatible to 25.0.3+incompatible
- #148: @dependabot chore(deps): bump github.com/docker/docker from 25.0.2+incompatible to 25.0.3+incompatible
- #149: @josegonzalez Respect the entrypoint when running healthcheck commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command in app.json does not respect the ENTRYPOINT for a docker image.
1 participant