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

Make 19.03-dind the default image #46

Merged
merged 7 commits into from
Dec 29, 2019
Merged

Make 19.03-dind the default image #46

merged 7 commits into from
Dec 29, 2019

Conversation

jlevesy
Copy link
Owner

@jlevesy jlevesy commented Dec 29, 2019

This PR sets the default image as 19.03.

In order to support this and be retro compatible, we needed to do the following things:

  • Forces the entrypoint of all nodes to dockerd instead of dockerd-entrypoint to disable TLS certificate generation as we don't need it at the moment
  • It also forces the primary container to serve the api over port :2735 and the unix-socket
  • Change the docker client being used to be able to use WithAPINegociation instead of forcing an API version.

I also bumped the tooling and fixed various lint issues

... This commit forces the entrypoint of all nodes to dockerd instead of
dockerd-entrypoint to disable TLS dcertificate generation as we don't
want it in our case.
It also forces the primary container to serve the api over port :2735
@jlevesy jlevesy force-pushed the move-to-docker-1903 branch 2 times, most recently from 0083807 to 4f17a23 Compare December 29, 2019 15:15
@jlevesy jlevesy merged commit 05259d4 into master Dec 29, 2019
@jlevesy jlevesy deleted the move-to-docker-1903 branch December 29, 2019 16:14
@jlevesy jlevesy mentioned this pull request Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant