mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Update other links to point to new GH org. (#13)
This commit is contained in:
committed by
Adrien Ferrand
parent
c194381f04
commit
5713decf23
@@ -23,7 +23,7 @@ To setup the publication process, the target DockerHub project must be configure
|
|||||||
|
|
||||||
1) Define a GitHub user with push rights to the current GIT repository.
|
1) Define a GitHub user with push rights to the current GIT repository.
|
||||||
2) Create the DockerHub project if necessary.
|
2) Create the DockerHub project if necessary.
|
||||||
3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https.//github.com/certbot/certbot-docker.git) and the user defined in 1).
|
3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https://github.com/certbot-docker/certbot-docker.git) and the user defined in 1).
|
||||||
4) Define a unique tag build rule in AutoBuild configuration:
|
4) Define a unique tag build rule in AutoBuild configuration:
|
||||||
|
|
||||||
_For a Certbot core Docker_ -> Source: `/^(v[0-9.]+).*$/`, Tag: `{\1}`, Dockerfile: `Dockerfile`, Build context: `/core`
|
_For a Certbot core Docker_ -> Source: `/^(v[0-9.]+).*$/`, Tag: `{\1}`, Dockerfile: `Dockerfile`, Build context: `/core`
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ This is one of the Docker repository for the Certbot DNS plugins.
|
|||||||
|
|
||||||
## Sources:
|
## Sources:
|
||||||
|
|
||||||
* [docker](https://www.github.com/certbot/certbot-docker.git)
|
* [docker](https://www.github.com/certbot-docker/certbot-docker.git)
|
||||||
* [certbot](https://www.github.com/certbot/certbot.git)
|
* [certbot](https://www.github.com/certbot/certbot.git)
|
||||||
|
|||||||
Reference in New Issue
Block a user