dockerize
dockerize copied to clipboard
Utility to simplify running applications in docker containers
Bumps golang from 1.18.4-alpine3.16 to 1.19.0-alpine3.16. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
with strip/ldflags and upx ``` go build -ldflags "-s -w" ./... upx -v --ultra-brute --lzma ``` i got the filesize form 9.4M down to 2.0M
would be great to support metrics in openmetrics format: metrics: - `dockerize_wait_status{container_id="", wait_http_web1_80="ready", wait_http_web2_8080="retrying", wait_http_web3_8080="failed" X` - `dockerize_hotreloaded{container_id=""} 1` https://github.com/powerman/dockerize/issues/150 thanks
79% reduce file size with strip, ldflags and upx powerman#138
add all docker supportet cpu archs s390x mips64le riscv64 darwin/arm64
add upx with different settings to get feedback on all ARCH as, in rare cases of the upx settings and the CPU ARCH it can brake see 79% reduce file...
I am using dockerize (right now for the templating feature), and considering how to proceed with logs. Using several -stdout options I can ship several logs to stdout, however the...
I had to detach this fork from original [jwilder/dockerize](https://github.com/jwilder/dockerize) because @jwilder refuse to collaborate and (so far) don't actually maintain his project himself. Timeline for jwilder/dockerize project: - **8 May...
This should let us run command as PID1 and/or avoid subtle issues related to signal forwarding, running command under supervision, etc. In case dockerize needs to both run given command...
Bumps golang from 1.18.4-alpine3.16 to 1.19.1-alpine3.16. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...