rancher / rancher-ecr-credentials

Docker container to periodically update the Credentials for an AWS Elastic Container Registry in Rancher
Apache License 2.0
21 stars 9 forks source link

Windows support #12

Closed orangedeng closed 6 years ago

orangedeng commented 6 years ago

Related issue rancher/rancher#12018

  1. Add Windows image dockerfile
  2. Modify build and package scripts to support cross build
  3. Update Dockerfile.dapper to use Docker 1.12.6 instead of 1.10.3
  4. Update Dockerfile.dapper to pass CROSS and WINDOWS_DOCKER_HOST environment vairable into it.
  5. Update .gitignore to ignore dist folder

You can build the Rancher ECR with TAG=<tag> CROSS=1 WINDOWS_DOCKER_HOST=<windows host> make.