-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pkg/docker-ce: add vpnkit-expose-port #2048
Conversation
@@ -1,3 +1,4 @@ | |||
FROM linuxkit/vpnkit-forwarder:883de832c2c3cb72cd9b01e3f7bd788649e0f2c2 AS vpnkit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its more logical to add this just before FROM scratch
so we consistently do the FROM linuxkit/alpine
at the top of files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok - moved and updated
vpnkit-expose-port is the dockerd userland proxy used to expose forwarding ports with vpnkit. This adds the binary to the image in /usr/bin/vpnkit-expose-port, but does not enable it by default. Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
fd6c58c
to
e3a25bb
Compare
This needs to update the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM - I pushed and signed linuxkit/docker-ce:dda71ff9fe5ebbfa794b98c57c32df286b212848
if you can update the ymls
@riyazdf thanks! yml files updated |
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
2e49f37
to
cc59b45
Compare
Ah missed one - should be all now |
@MagnusS: thanks! I think there's also one more usage in |
@riyazdf that was the one I missed - should be in the last update |
👍 needed a refresh! All good :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on green
Adds vpnkit-expose-port to the docker-ce image.
vpnkit-expose-port is the dockerd userland proxy used to expose
forwarding ports with vpnkit. This adds the binary to the image in
/usr/bin/vpnkit-expose-port, but does not enable it by default.
Signed-off-by: Magnus Skjegstad magnus@skjegstad.com
