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

Speech Services Hotfix. DO NOT MERGE #264

Open
wants to merge 1 commit into
base: ci_feature
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci_feature/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:16.04
MAINTAINER OMSContainers@microsoft.com
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="OMS Container Docker Provider" \
com.microsoft.version="2.0.0-7"
com.microsoft.product="OMS Container Docker Provider" \
com.microsoft.version="2.0.0-7"
ENV tmpdir /opt
ENV APPLICATIONINSIGHTS_AUTH OTQzNWI0M2YtOTdkNS00ZGVkLThkOTAtYjA0Nzk1OGU2ZTg3
ENV AGENT_VERSION ciprod04232019
ENV AGENT_VERSION speechserviceshotfix06052019
ENV HOST_MOUNT_PREFIX /hostfs
ENV HOST_PROC /hostfs/proc
ENV HOST_SYS /hostfs/sys
Expand Down
2 changes: 1 addition & 1 deletion ci_feature/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://dockerprovider.blob.core.windows.net/omsagent/omsagent-1.9.2-41.uni
#create file to disable omi service startup script
touch /etc/.omi_disable_service_control

wget https://github.com/Microsoft/Docker-Provider/releases/download/4.0.0-0/docker-cimprov-4.0.0-0.universal.x86_64.sh
wget https://github.com/microsoft/Docker-Provider/releases/download/hotfix-06042019/docker-cimprov-4.0.0-1.universal.x86_64.sh

chmod 775 $TMPDIR/*.sh

Expand Down
6 changes: 3 additions & 3 deletions ci_feature_prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:16.04
MAINTAINER OMSContainers@microsoft.com
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="OMS Container Docker Provider" \
com.microsoft.version="2.0.0-3"
com.microsoft.product="OMS Container Docker Provider" \
com.microsoft.version="2.0.0-3"
ENV tmpdir /opt
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi
ENV AGENT_VERSION ciprod04232019
ENV AGENT_VERSION speechserviceshotfix06052019
ENV HOST_MOUNT_PREFIX /hostfs
ENV HOST_PROC /hostfs/proc
ENV HOST_SYS /hostfs/sys
Expand Down
2 changes: 1 addition & 1 deletion ci_feature_prod/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent
#create file to disable omi service startup script
touch /etc/.omi_disable_service_control

wget https://github.com/Microsoft/Docker-Provider/releases/download/4.0.0-0/docker-cimprov-4.0.0-0.universal.x86_64.sh
wget https://github.com/microsoft/Docker-Provider/releases/download/hotfix-06042019/docker-cimprov-4.0.0-1.universal.x86_64.sh

chmod 775 $TMPDIR/*.sh

Expand Down