Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.52 KB

deriva-client-bundle-docker

Docker images for building platform specific bundles of deriva-client.

Windows

Version Docker pulls Docker automated build

The Windows docker image requires a Docker for Windows installation on a Windows OS host with OS build 1809 and machine architecture amd64.

Build deriva-client-bundle release installer:

docker run -v ${pwd}:C:\buildenv\build-deriva-client-release\output -w C:\buildenv\build-deriva-client-release --isolation=process isrddev/deriva-client-bundle-base-windows powershell .\build-release.ps1

Build deriva-client-bundle development installer:

docker run -it -v ${pwd}:C:\buildenv\build-deriva-client-dev\output -w C:\buildenv\build-deriva-client-dev --isolation=process isrddev/deriva-client-bundle-base-windows powershell .\build-dev.ps1

Build isrddev/deriva-client-bundle-base-windows image:

From the win subdirectory:

docker build -t isrddev/deriva-client-bundle-base-windows --isolation=process .