-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add official docker hub images (#18)
* update README for build script changes * point build script at docker hub repos. Update images to use public repos * README formatting, modify copy regarding license file * remove commented out lines * add switch to build script for skipping server build * Remove unused parameter, update readme copy with build script changes
- Loading branch information
Showing
7 changed files
with
32 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
2 changes: 1 addition & 1 deletion
2
Developer Samples/WindowsContainers/inrule-catalog-manager/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# escape=` | ||
|
||
FROM server/inrule-server:latest | ||
FROM inrule/inrule-server:latest | ||
|
||
LABEL maintainer="[email protected]" ` | ||
vendor="InRule Technology, Inc." ` | ||
|
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,6 +1,6 @@ | ||
# escape=` | ||
|
||
FROM server/inrule-server:latest | ||
FROM inrule/inrule-server:latest | ||
|
||
LABEL maintainer="[email protected]" ` | ||
vendor="InRule Technology, Inc." ` | ||
|
@@ -24,9 +24,6 @@ RUN $acl = Get-Acl -AllCentralAccessPolicies -Path c:\inetpub\wwwroot;(gci $env: | |
RUN Import-Module "WebAdministration";` | ||
set-itemproperty -path 'IIS:\Sites\Default Web Site\' -Name physicalPath -Value $env:ContainerDir | ||
|
||
#RUN Import-Module "WebAdministration";` | ||
# new-item 'IIS:\Sites\Default Web Site\InRuleCatalogService' -physicalPath C:\InRule\ -type Application -Verbose; | ||
|
||
EXPOSE 80:80 | ||
EXPOSE 443:443 | ||
EXPOSE 1433:1433 | ||
|
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,6 +1,6 @@ | ||
# escape=` | ||
|
||
FROM server/inrule-server:latest | ||
FROM inrule/inrule-server:latest | ||
|
||
LABEL maintainer="[email protected]" ` | ||
vendor="InRule Technology, Inc." ` | ||
|
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,6 +1,6 @@ | ||
# escape=` | ||
|
||
FROM microsoft/windowsservercore:latest | ||
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-1709 | ||
|
||
LABEL maintainer="[email protected]" ` | ||
vendor="InRule Technology, Inc." ` | ||
|
@@ -11,7 +11,4 @@ SHELL ["powershell", "-Command"] | |
ADD . c:\temp\ | ||
WORKDIR c:\temp\ | ||
RUN .\InRuleServerDSC.ps1 -Wait; | ||
RUN New-EventLog -LogName InRule -Source "InRule.Repository","InRule.Repository.Service","InRule.Runtime","InRule.Runtime.Service","InRule.Authoring.irAuthor","InRule.Admin.CatalogManager" | ||
|
||
# REMARK: Temporary workaround for Windows DNS client weirdness | ||
#RUN powershell set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord | ||
RUN New-EventLog -LogName InRule -Source "InRule.Repository","InRule.Repository.Service","InRule.Runtime","InRule.Runtime.Service","InRule.Authoring.irAuthor","InRule.Admin.CatalogManager" |
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,7 +1,3 @@ | ||
# InRule Samples | ||
|
||
## Sample Title | ||
|
||
# README for the inrule-server DOCKER image | ||
|
||
## Notes regarding licensing | ||
|
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