docs - add ghcr.io

This commit is contained in:
florian 2023-08-26 14:23:06 +02:00
parent d6aa6a9b09
commit 037e1ba566
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v1.5.2 -
- [BUGFIX] Fix UI fetching only default values from the database (fixes no thrash button too)
- [BUGFIX] Fix infinite loop when using autoconf
- [MISC] Push Docker images to GitHub packages (ghcr.io repository)
- [MISC] Improved CI/CD
## v1.5.1 - 2023/08/08
- [BUGFIX] New version checker in logs displays "404 not found"

View file

@ -24,6 +24,12 @@ Whether you're conducting tests, developing applications, or deploying BunkerWeb
docker pull bunkerity/bunkerweb:1.5.1
```
Docker images are also available on [GitHub packages](https://github.com/orgs/bunkerity/packages?repo_name=bunkerweb) and can be downloaded using the `ghcr.io` repository address :
```shell
docker pull ghcr.io/bunkerity/bunkerweb:1.5.1
```
Alternatively, if you prefer a more hands-on approach, you have the option to build the Docker image directly from the [source](https://github.com/bunkerity/bunkerweb). Building the image from source gives you greater control and customization over the deployment process. However, please note that this method may take some time to complete, depending on your hardware configuration.
While the image is being built, you can take a moment to relax and enjoy a cup of coffee ☕, as the process may require some patience. Once the image is successfully built, you can proceed to deploy and utilize BunkerWeb within your Docker environment. This method allows you to tailor the image to your specific requirements and ensures a more personalized deployment of BunkerWeb.