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

Could you upgrade the base alpine image of Dockerfile? #3032

Closed
PMExtra opened this issue Jul 8, 2020 · 2 comments
Closed

Could you upgrade the base alpine image of Dockerfile? #3032

PMExtra opened this issue Jul 8, 2020 · 2 comments

Comments

@PMExtra
Copy link
Contributor

PMExtra commented Jul 8, 2020

I'm using acme.sh to deploy certificates for a swarm. (I have several HAProxy containers that deployed on several work nodes. And I have an acme.sh container that runs in manager node.)

So I've add docker-cli in acme.sh. But I found the acme.sh is based on alpine:3.10, there is the older version 18.09 of docker-cli package in v3.10 apk source. (And the latest stable 19.03.11 is only provided in v3.12 apk source.)

Could you upgrade the base image to recently alpine? I think it will be awesome if we just used alpine:3.

Ps. I‘m also finding a better way to deploy certificates in swarm cluster. For now, I'm using NFS volume to distribute certificates, and then create a global once-shot service that will execute docker kill --signal USR2 $(docker container ls -f 'label=sh.acme.autoload.domain=example.com' --quiet) on every node. So I need the docker-cli to deploy the service.

@auto-comment
Copy link

auto-comment bot commented Jul 8, 2020

If this is a bug report, please upgrade to the latest code and try again:
如果有 bug, 请先更新到最新版试试:
acme.sh --upgrade
please also provide the log with --debug 2.
同时请提供调试输出 --debug 2
see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
Without --debug 2 log, your issue will NEVER get replied.
没有调试输出, 你的 issue 不会得到任何解答.

@PMExtra
Copy link
Contributor Author

PMExtra commented Jul 8, 2020

honzahommer pushed a commit to honzahommer/acme.sh that referenced this issue Jul 10, 2020
honzahommer pushed a commit to honzahommer/acme.sh that referenced this issue Jul 10, 2020
honzahommer pushed a commit to honzahommer/acme.sh that referenced this issue Jul 12, 2020
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

No branches or pull requests

1 participant