mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-11-02 20:33:12 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf755ecf0d | ||
|
|
2ef047319a | ||
|
|
d608769727 | ||
|
|
72d8d9c55c | ||
|
|
d20153c545 | ||
|
|
dbce137fb8 |
@@ -89,4 +89,4 @@ volumes:
|
||||
# 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 Fri, 21 Feb 2025 05:50:53 GMT*
|
||||
*created Fri, 21 Feb 2025 06:05:47 GMT*
|
||||
@@ -7,8 +7,7 @@ ARG APP_VERSION_SUFFIX=""
|
||||
ARG APP_NO_CACHE
|
||||
RUN set -ex; \
|
||||
git clone https://github.com/11notes/pykms-frontend.git; \
|
||||
cd /git/pykms-frontend; \
|
||||
git reset --hard 103935b;
|
||||
cd /git/pykms-frontend;
|
||||
|
||||
# :: Header
|
||||
FROM 11notes/kms:${APP_VERSION_PREFIX}${APP_VERSION}${APP_VERSION_SUFFIX}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user