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

Can't Renew Ceritificate, returns Error: manifest for dokku/letsencrypt:0.1.0 not found: #314

Closed
pglibay opened this issue Jul 31, 2023 · 4 comments

Comments

@pglibay
Copy link

pglibay commented Jul 31, 2023

Description of problem

Hi there, i'm trying to renew my apps certificates, but it returns the following when running auto-renew:

=====> Auto-renewing all apps...
-----> appname.domain.com needs renewal
=====> Let's Encrypt appname.domain.com
-----> Updating letsencrypt docker image...
Error response from daemon: manifest for dokku/letsencrypt:0.1.0 not found: manifest unknown: manifest unknown

I then tried pulling the docker image using the default tag latest instead of the dokku/letsencrypt:0.1.0 but i'm still getting the same results.

How reproducible

No response

Steps to Reproduce

No response

Actual Results

No response

Expected Results

No response

Environment Information

No response

@pglibay pglibay closed this as completed Jul 31, 2023
@josegonzalez
Copy link
Member

@pglibay you're running an ancient version of the plugin (and probably dokku) and should upgrade.

The image in question was accidentally deleted (due to some copy-pasta in another repo) so unless someone has a copy somewhere, I can't return it. It hasn't been in use since 2020, so I think its ~fine to say to folks to upgrade :)

@josegonzalez
Copy link
Member

Note that we don't use that image at all in the latest version of the plugin.

@UlTriX
Copy link

UlTriX commented Aug 4, 2023

I also faced the same issue on an old instance I have running Dokku.

On the schedule to be updated but in the meantime, I temporarily solved the issue by editing the image version on the config file:

located at /var/lib/dokku/plugins/enabled/letsencrypt/config

changing "0.1.0" to "0.1.1"

Then running letsencrypt:auto-renew app

Hope this helps for a quick workaround.

@josegonzalez
Copy link
Member

I pushed it but honestly ya'll need to upgrade.

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

3 participants