From b8f0cdb975fb8a793eb96fa26cbc005392984a3c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 5 May 2025 09:08:25 +0000
Subject: [PATCH] github-actions[bot]: update README.md
---
README.md | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 436cadf..848ffb2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

# KMS-GUI
-[
](https://github.com/11notes/docker-KMS-GUI)[
](https://github.com/11notes/docker-KMS-GUI/issues)
+[
](https://github.com/11notes/docker-KMS-GUI)[
](https://github.com/11notes/docker-KMS-GUI/issues)
Activate any version of Windows and Office, forever
@@ -15,7 +15,7 @@ Activate any version of Windows and Office, forever
name: "kms"
services:
app:
- image: "11notes/kms:465f4d1"
+ image: "11notes/kms:1.0.0"
environment:
TZ: "Europe/Zurich"
volumes:
@@ -25,7 +25,7 @@ services:
restart: "always"
gui:
- image: "11notes/kms-gui:465f4d1"
+ image: "11notes/kms-gui:1.0.0"
depends_on:
app:
condition: "service_healthy"
@@ -60,14 +60,17 @@ volumes:
# MAIN TAGS 🏷️
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
-* [465f4d1](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1)
-* [465f4d1-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1-unraid)
+* [1.0.0](https://hub.docker.com/r/11notes/kms-gui/tags?name=1.0.0)
+* [1.0.0-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=1.0.0-unraid)
+
+### There is no latest tag, what am I supposed to do about updates?
+It is of my opinion that the ```:latest``` tag is super dangerous. Many times, I’ve introduced **breaking** changes to my images. This would have messed up everything for some people. If you don’t want to change the tag to the latest [semver](https://semver.org/), simply use the short versions of [semver](https://semver.org/). Instead of using ```:1.0.0``` you can use ```:1``` or ```:1.0```. Since on each new version these tags are updated to the latest version of the software, using them is identical to using ```:latest``` but at least fixed to a major or minor version.
# REGISTRIES ☁️
```
-docker pull 11notes/kms-gui:465f4d1
-docker pull ghcr.io/11notes/kms-gui:465f4d1
-docker pull quay.io/11notes/kms-gui:465f4d1
+docker pull 11notes/kms-gui:1.0.0
+docker pull ghcr.io/11notes/kms-gui:1.0.0
+docker pull quay.io/11notes/kms-gui:1.0.0
```
${{ title_unraid }}
@@ -77,11 +80,10 @@ This image supports unraid by default. Simply add **-unraid** to any tag and the
* [11notes/kms-gui](https://github.com/11notes/docker-KMS-GUI)
# PARENT IMAGE 🏛️
-* [11notes/kms:465f4d1](https://hub.docker.com/r/11notes/kms)
+* [11notes/kms:1.0.0](https://hub.docker.com/r/11notes/kms)
# BUILT WITH 🧰
-* [py-kms](https://github.com/Py-KMS-Organization/py-kms)
-* [CustomIcon/pykms-frontend](https://github.com/CustomIcon/pykms-frontend)
+* [11notes/fork-pykms-frontend](https://github.com/11notes/fork-pykms-frontend)
* [11notes/util](https://github.com/11notes/docker-util)
# GENERAL TIPS 📌
@@ -92,4 +94,4 @@ This image supports unraid by default. Simply add **-unraid** to any tag and the
# ElevenNotes™️
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-kms-gui/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-kms-gui/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-kms-gui/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
-*created 02.05.2025, 11:48:27 (CET)*
\ No newline at end of file
+*created 05.05.2025, 11:08:24 (CET)*
\ No newline at end of file