Skip to content

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