Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create windows Dockerfile generator and add images #341

Closed
wants to merge 2 commits into from
Closed

Create windows Dockerfile generator and add images #341

wants to merge 2 commits into from

Conversation

slide
Copy link
Contributor

@slide slide commented Feb 24, 2023

This adds a powershell script to generate the Windows Dockerfiles and adds some additional images (including a fix for #236). To generate the Windows Dockerfiles, you can run:

.\windows-assets\generate-windows-files.ps1 -MavenVersion '3.9.0' -MavenHash 'THEHASHFORMAVEN.ZIP'

This will generate the directories, Dockerfiles and github action templates for the items defined in windows-image-configs.json.

This adds a powershell script to generate the Windows Dockerfiles and
adds some additional images (including a fix for #236). To generate the
Windows Dockerfiles, you can run:

.\windows-assets\generate-windows-files.ps1 -MavenVersion '3.9.0' -MavenHash 'THEHASHFORMAVEN.ZIP'

This will generate the directories, Dockerfiles and github action
templates for the items defined in windows-image-configs.json.
@slide
Copy link
Contributor Author

slide commented Feb 24, 2023

Looks like ltsc2022 isn't supported on GH Actions

@carlossg
Copy link
Owner

I don't have access to a windows box so it's going to be hard for me to support this setup

@slide
Copy link
Contributor Author

slide commented Feb 24, 2023

I guess a shell script would be better then?

@carlossg
Copy link
Owner

yeah for the generation definitely

I'm moving the linux images to use one main image to build and use COPY --from in the other ones based on Docker recommendation
docker-library/official-images#14083 (comment)

I have some work in progress that will push soon.
I don't know if something like this is possible in Windows

@slide
Copy link
Contributor Author

slide commented Feb 24, 2023

Ok, I'll wait and see what it looks like.

@slide slide closed this Feb 24, 2023
@slide slide deleted the windows_updates branch February 24, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants