-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from HarrisonWAffel/update-readme-and-tests
Update Maintainers, Add Integration Target, Update README
- Loading branch information
Showing
8 changed files
with
66 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ steps: | |
build_args: | ||
- SERVERCORE_VERSION=1809 | ||
- ARCH=amd64 | ||
- MAINTAINERS=[email protected] cphill11@gmail.com luther.monson@gmail.com | ||
- MAINTAINERS=harrison.affel@suse.com arvind.iyengar@suse.com | ||
- REPO=https://github.com/rancher/wins | ||
custom_dns: 1.1.1.1 | ||
dockerfile: Dockerfile | ||
|
@@ -129,7 +129,7 @@ steps: | |
build_args: | ||
- SERVERCORE_VERSION=ltsc2022 | ||
- ARCH=amd64 | ||
- MAINTAINERS=[email protected] cphill11@gmail.com luther.monson@gmail.com | ||
- MAINTAINERS=harrison.affel@suse.com arvind.iyengar@suse.com | ||
- REPO=https://github.com/rancher/wins | ||
custom_dns: 1.1.1.1 | ||
dockerfile: Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG SERVERCORE_VERSION | ||
|
||
FROM mcr.microsoft.com/windows/servercore:${SERVERCORE_VERSION} | ||
COPY bin/wins-container.exe /Windows/wins.exe | ||
COPY bin/wins.exe /Windows/wins.exe | ||
ENTRYPOINT wins.exe cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters