Added publish script for putting the images on docker hub

This commit is contained in:
janssen
2024-09-06 16:04:09 +02:00
parent 3f8f131f50
commit b05f4fb70e
5 changed files with 52 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2022
ARG SERVERCORE_VERSION="ltsc2022"
ARG RUNNER_VERSION="2.319.1"
ARG RUNNER_VERSION="2.311.0"
FROM mcr.microsoft.com/windows/servercore:${SERVERCORE_VERSION}
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
@@ -15,6 +16,7 @@ RUN choco install -y \
git \
gh \
powershell-core \
docker-cli \
python
RUN choco install -y visualstudio2022buildtools --package-parameters \" \