Skip to content

healthcheck paramerter env#193

Open
sksat wants to merge 4 commits intomainfrom
healthcheck-param-env
Open

healthcheck paramerter env#193
sksat wants to merge 4 commits intomainfrom
healthcheck-param-env

Conversation

@sksat
Copy link
Copy Markdown
Owner

@sksat sksat commented Oct 24, 2021

Fix #94

@sksat sksat added the enhancement New feature or request label Oct 24, 2021
@sksat sksat self-assigned this Oct 24, 2021
@sksat sksat force-pushed the healthcheck-param-env branch from f7e13d3 to ce25aaa Compare October 24, 2021 14:01
@sksat
Copy link
Copy Markdown
Owner Author

sksat commented Oct 24, 2021

buildxだからdocker imagesとかが効かね〜

@sksat
Copy link
Copy Markdown
Owner Author

sksat commented Oct 24, 2021

仕方ないので手元でこういうのをやる

img="sksat/papermc-docker:healthcheck-param-env-1.17.1-openjdk"
docker pull ${img}
docker images ${img}
id=$(sudo docker images -q ${img})
docker inspect ${id}

@sksat
Copy link
Copy Markdown
Owner Author

sksat commented Oct 24, 2021

いやdocker inspectしたところでイメージに焼き込まれてるパラメータは実質無意味でhealth.shでやってんの忘れてた

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

healthcheck周りのパラメータを環境変数でやる

1 participant