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

Add check for correct certbot image (amd64/arm32/arm64) #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jogerj
Copy link

@jogerj jogerj commented Oct 7, 2022

Adds a check for current architecture so docker grabs the correct images accordingly. Since certbot only provides amd64, arm32 and arm64 docker images, only those checks are made. This will change certbot image in docker-compose.yml automatically:

  • x86_64 (amd64): certbot/certbot:latest
  • arm, armv7, etc. : certbot/certbot:armv6-latest
  • aarch64, aarch64_be, armv8b, armv8l, etc.: certbot/certbot:armv8-latest

Resolves #109 and #87

@jogerj jogerj changed the title Add check for correct certbot architecture Add check for correct certbot image (amd64/arm32/arm64) Oct 7, 2022
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

Successfully merging this pull request may close these issues.

Doesn't work on raspberry pi
1 participant