Skip to content

Commit 599ba8c

Browse files
committed
2 parents fa5238d + b8f0cdb commit 599ba8c

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![banner](https://github.com/11notes/defaults/blob/main/static/img/banner.png?raw=true)
22

33
# KMS-GUI
4-
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-KMS-GUI)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![size](https://img.shields.io/docker/image-size/11notes/kms-gui/465f4d1?color=0eb305)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![version](https://img.shields.io/docker/v/11notes/kms-gui/465f4d1?color=eb7a09)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![pulls](https://img.shields.io/docker/pulls/11notes/kms-gui?color=2b75d6)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)[<img src="https://img.shields.io/github/issues/11notes/docker-KMS-GUI?color=7842f5">](https://github.com/11notes/docker-KMS-GUI/issues)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDBoMzJ2MzJoLTMyeiIgZmlsbD0iI2YwMCIvPjxwYXRoIGQ9Im0xMyA2aDZ2N2g3djZoLTd2N2gtNnYtN2gtN3YtNmg3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
4+
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-KMS-GUI)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![size](https://img.shields.io/docker/image-size/11notes/kms-gui/1.0.0?color=0eb305)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![version](https://img.shields.io/docker/v/11notes/kms-gui/1.0.0?color=eb7a09)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![pulls](https://img.shields.io/docker/pulls/11notes/kms-gui?color=2b75d6)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)[<img src="https://img.shields.io/github/issues/11notes/docker-KMS-GUI?color=7842f5">](https://github.com/11notes/docker-KMS-GUI/issues)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDBoMzJ2MzJoLTMyeiIgZmlsbD0iI2YwMCIvPjxwYXRoIGQ9Im0xMyA2aDZ2N2g3djZoLTd2N2gtNnYtN2gtN3YtNmg3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
55

66
Activate any version of Windows and Office, forever
77

@@ -15,7 +15,7 @@ Activate any version of Windows and Office, forever
1515
name: "kms"
1616
services:
1717
app:
18-
image: "11notes/kms:465f4d1"
18+
image: "11notes/kms:1.0.0"
1919
environment:
2020
TZ: "Europe/Zurich"
2121
volumes:
@@ -25,7 +25,7 @@ services:
2525
restart: "always"
2626

2727
gui:
28-
image: "11notes/kms-gui:465f4d1"
28+
image: "11notes/kms-gui:1.0.0"
2929
depends_on:
3030
app:
3131
condition: "service_healthy"
@@ -60,14 +60,17 @@ volumes:
6060
# MAIN TAGS 🏷️
6161
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
6262

63-
* [465f4d1](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1)
64-
* [465f4d1-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=465f4d1-unraid)
63+
* [1.0.0](https://hub.docker.com/r/11notes/kms-gui/tags?name=1.0.0)
64+
* [1.0.0-unraid](https://hub.docker.com/r/11notes/kms-gui/tags?name=1.0.0-unraid)
65+
66+
### There is no latest tag, what am I supposed to do about updates?
67+
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.
6568

6669
# REGISTRIES ☁️
6770
```
68-
docker pull 11notes/kms-gui:465f4d1
69-
docker pull ghcr.io/11notes/kms-gui:465f4d1
70-
docker pull quay.io/11notes/kms-gui:465f4d1
71+
docker pull 11notes/kms-gui:1.0.0
72+
docker pull ghcr.io/11notes/kms-gui:1.0.0
73+
docker pull quay.io/11notes/kms-gui:1.0.0
7174
```
7275
7376
${{ title_unraid }}
@@ -77,11 +80,10 @@ This image supports unraid by default. Simply add **-unraid** to any tag and the
7780
* [11notes/kms-gui](https://github.com/11notes/docker-KMS-GUI)
7881
7982
# PARENT IMAGE 🏛️
80-
* [11notes/kms:465f4d1](https://hub.docker.com/r/11notes/kms)
83+
* [11notes/kms:1.0.0](https://hub.docker.com/r/11notes/kms)
8184
8285
# BUILT WITH 🧰
83-
* [py-kms](https://github.com/Py-KMS-Organization/py-kms)
84-
* [CustomIcon/pykms-frontend](https://github.com/CustomIcon/pykms-frontend)
86+
* [11notes/fork-pykms-frontend](https://github.com/11notes/fork-pykms-frontend)
8587
* [11notes/util](https://github.com/11notes/docker-util)
8688
8789
# GENERAL TIPS 📌
@@ -92,4 +94,4 @@ This image supports unraid by default. Simply add **-unraid** to any tag and the
9294
# ElevenNotes™️
9395
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).
9496
95-
*created 02.05.2025, 11:48:27 (CET)*
97+
*created 05.05.2025, 11:08:24 (CET)*

0 commit comments

Comments
 (0)