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

Add option to supply docker cli from image #41086

Closed
wants to merge 1 commit into from

Conversation

cpuguy83
Copy link
Member

@cpuguy83 cpuguy83 commented Jun 9, 2020

This makes it easier to use whatever cli you want.

I was just going to have it build whatever CLI from docker/cli, but since the build scripts change over time, I couldn't even get it to build what we currently use in CI (17.06.2).... all just really annoying.
So I decided we could just let people supply an image with the CLI in it. It needs to be in /build

This makes it easier to use whatever cli you want.

I was just going to have it build whatever CLI from docker/cli, but
since the build scripts change over time, I couldn't even get it to
build what we currently use in CI (17.06.2).... all just really
annoying.  So I decided we could just let people supply an image with
the CLI in it. It needs to be in /build

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@AkihiroSuda
Copy link
Member

We already have ARG DOCKERCLI_VERSION

@cpuguy83
Copy link
Member Author

That only fetches precompiled binaries.

@cpuguy83
Copy link
Member Author

cpuguy83 commented Jul 5, 2023

Going to close this since its ancient and we should be able to do this with source policies now anyway.

@cpuguy83 cpuguy83 closed this Jul 5, 2023
@cpuguy83 cpuguy83 deleted the custom_cli_image branch July 5, 2023 22:22
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.

None yet

2 participants