Skip to content

Commit

Permalink
Update Tizen CI docker image
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/core-setup@144d989
  • Loading branch information
gbalykov committed May 15, 2018
1 parent 46e603b commit dfe1bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/installer/netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ platformList.each { platform ->
}
}
else if (os == 'Tizen') {
dockerRepository = "hqueue/dotnetcore"
dockerContainer = "ubuntu1404_cross_prereqs_v4-tizen_rootfs"
dockerRepository = "gbalykov/dotnet-buildtools-prereqs"
dockerContainer = "ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-4.0m2"

dockerCommand = "docker run -e ROOTFS_DIR=/crossrootfs/${architecture}.tizen.build --name ${dockerContainer} --rm -v \${WORKSPACE}:${dockerWorkingDirectory} -w=${dockerWorkingDirectory} ${dockerRepository}:${dockerContainer}"
buildArgs += " -SkipTests=true -DisableCrossgen=true -PortableBuild=false -CrossBuild=true -- /p:OverridePackageSource=https:%2F%2Ftizen.myget.org/F/dotnet-core/api/v3/index.json /p:OutputRid=tizen.4.0.0-${architecture}"
Expand Down
2 changes: 1 addition & 1 deletion tools-local/scripts/arm32_ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function cross_build_core_setup_with_docker {
# For armel Tizen, we are going to construct RootFS on the fly.
case $__linuxCodeName in
tizen)
__dockerImage=" hqueue/dotnetcore:ubuntu1404_cross_prereqs_v4-tizen_rootfs"
__dockerImage=" gbalykov/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-4.0m2"
__runtimeOS="tizen.4.0.0"
;;
*)
Expand Down

0 comments on commit dfe1bd3

Please sign in to comment.