mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #616] 希望docker镜像预置curl命令 #408
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#408
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geneives233 on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/616
功能描述 / Description
有些证书部署是通过http请求部署的,希望添加curl命令。
请求动机 / Motivation
扩大证书部署范围
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Apr 15, 2025):
可以自行安装。
@geneives233 commented on GitHub (Apr 15, 2025):
主要是不想要每次更新之后都去运行下apk add --no-cache curl命令
@fudiwei commented on GitHub (Apr 15, 2025):
本地部署?你可以把安装依赖作为前置命令:
@geneives233 commented on GitHub (Apr 15, 2025):
ok
@Trashblazer commented on GitHub (Jun 28, 2025):
个人实践:重新包装 entrypoint
docker-compose.yml同目录下建一个entrypoint.sh写脚本。记得chmod +x entrypoint.shdocker-compose.yml声明entrypointcurl 用来调用其他 http hook、socket,还是很实用,建议预置。