From b705a36b722985b5ff6e2b322a61ab17841ffc4c Mon Sep 17 00:00:00 2001 From: Vladimir Eroshenko Date: Fri, 9 Jun 2023 10:00:03 +0300 Subject: [PATCH 1/2] add key to docs --- docs/Keys.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Keys.md b/docs/Keys.md index 3790bfe..4a6fc46 100644 --- a/docs/Keys.md +++ b/docs/Keys.md @@ -10,6 +10,7 @@ sometimes even reject it by itself (often due too many uses - in that case try t | Product | GVLK | | --- | --- | | Windows Server 2022 Datacenter | `WX4NM-KYWYW-QJJR4-XV3QB-6VM33` | +| Windows Server 2022 Datacenter Azure Edition | `NTBV8-9K7Q8-V27C6-M2BTV-KHMXV` | | Windows Server 2022 Standard | `VDYBN-27WPP-V4HQT-9VMD4-VMK7H` | ### Windows Server 2019 From 69cbe51306149f0e5bc8623876a17cff2c847afd Mon Sep 17 00:00:00 2001 From: ATENSI Date: Thu, 13 Jul 2023 02:03:55 +0700 Subject: [PATCH 2/2] :fire: Update Dockerfile: remove commented code I think we can clean this commented code. --- docker/docker-py3-kms/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/docker-py3-kms/Dockerfile b/docker/docker-py3-kms/Dockerfile index 7bfb256..5453fd9 100644 --- a/docker/docker-py3-kms/Dockerfile +++ b/docker/docker-py3-kms/Dockerfile @@ -28,7 +28,6 @@ RUN apk add --no-cache --update \ tzdata \ shadow \ && pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \ - #&& apk del git build-base python3-dev \ && mkdir /db/ \ && adduser -S py-kms -G users -s /bin/bash \ && chown py-kms:users /home/py-kms \