We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docstring states credentials should be supplied like this:
pack.alpha/src/juxt/pack/api.clj
Lines 23 to 25 in 9fd4a63
However the opts on that api function are just passed directly into the jib namespace; and that expects the keys to be formatted like they are here:
opts
api
jib
pack.alpha/src/juxt/pack/jib.clj
Lines 163 to 164 in 9fd4a63
I'm happy to work up a patch for this; but it's unclear to me what the intention is.
A work around to pass to credentials is to just call api/docker with :to-registry-username and :to-registry-password set.
api/docker
:to-registry-username
:to-registry-password
The text was updated successfully, but these errors were encountered:
The documentation is correct, the code is wrong.
Sorry, something went wrong.
No branches or pull requests
The docstring states credentials should be supplied like this:
pack.alpha/src/juxt/pack/api.clj
Lines 23 to 25 in 9fd4a63
However the
opts
on thatapi
function are just passed directly into thejib
namespace; and that expects the keys to be formatted like they are here:pack.alpha/src/juxt/pack/jib.clj
Lines 163 to 164 in 9fd4a63
I'm happy to work up a patch for this; but it's unclear to me what the intention is.
A work around to pass to credentials is to just call
api/docker
with:to-registry-username
and:to-registry-password
set.The text was updated successfully, but these errors were encountered: