Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Conversation

@dave-tucker
Copy link
Contributor

  • Refactor proxy and setup to single dockercraft daemon
  • Automatically download the latest Docker release, remove the Docker
    binary from the repo
  • Use Golang 1.6
  • Update to Docker 1.11.1 in the Dockerfile
  • Dockerize all the testing
  • Add test targets for checking our golang code
  • Build and Serve targets for testing changes
  • Address comments from go fmt and go lint
  • Add simple circle.yml for CircleCI

Signed-off-by: Dave Tucker dt@docker.com

@dave-tucker
Copy link
Contributor Author

For vendoring, I'm currently using the very cool gvt, but anything that dumps code in to the /vendor directory is fair game - we aren't tied to anything in particular

@dave-tucker
Copy link
Contributor Author

/cc @aduermael @gdevillele I had some time while on vacation last week!
This PR should simplify development a lot - next step is to port over my docker-machine changes!

@dave-tucker
Copy link
Contributor Author

Also this overlaps with #52

@gdevillele
Copy link
Contributor

@dave-tucker cool! Don't worry about #52. We will probably hand pick what we want from it and drop that PR.

@gdevillele
Copy link
Contributor

@dave-tucker amazing PR overall!!

Could you please update the line 42 in the Makefile please?
from
-p 25566:25565 \
to
-p 25565:25565 \

Thank you.

@dave-tucker
Copy link
Contributor Author

@gdevillele done! thanks for the review!

Dave Tucker and others added 2 commits August 16, 2016 23:44
- Refactor proxy and setup to single `dockercraft` daemon
- Automatically download the latest Docker release, remove the Docker
  binary from the repo
- Use Golang 1.6
- Update to Docker 1.11.1 in the Dockerfile
- Dockerize all the testing
- Add test targets for checking our golang code
- Build and Serve targets for testing changes
- Address comments from go fmt and go lint
- Add simple circle.yml for CircleCI

Signed-off-by: Dave Tucker <dt@docker.com>
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
(cherry picked from commit 4e81969)
@dave-tucker dave-tucker merged commit 1099dad into docker-archive-public:master Aug 16, 2016
@dave-tucker
Copy link
Contributor Author

Thanks @gdevillele for helping backport those changes from #65! You're a 🌟

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants