mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[PR #7] Add docker containers! #20
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?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns-client/pull/7
Author: @JonathanGawrych
Created: 2/21/2021
Status: 🔄 Open
Base:
master← Head:jag/add-docker📝 Commits (1)
8ada299Add docker containers📊 Changes
6 files changed (+167 additions, -0 deletions)
View changed files
➕
.gitignore(+1 -0)📝
.goreleaser.yml(+45 -0)➕
Dockerfile(+12 -0)📝
README.md(+88 -0)➕
docker-entrypoint.sh(+19 -0)➕
renew(+2 -0)📄 Description
The docker containers are based off of certbot's latest amd64/arm/arm64 images. In order to run
goreleaserto build the docker images you are going to need to enableDOCKER_CLI_EXPERIMENTALto build the manifests. Also you will need to have arm emulation to build the arm images. I used Qemu:I tested goreleaser using my own private docker registry, and it seemed to all work. Renewed my letsencrypt certs using the docker container with no problem. Arm was only tested under emulation.
Let me know what you think. Hopefully this is something you would like to add to acme-dns-client. Thanks for your work, as now I have automatic letsencrypt wildcard cert renewals!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.