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
A continuation of #99.
It's unclear to me what a comprehensive, simple set of APIs should be for including custom layers in a docker image.
The text was updated successfully, but these errors were encountered:
For anyone looking for an easy way to include a directory layer, here is my REPL test:
(docker {:basis (juxt.pack.cli.api/create-basis nil) :layers [:libs (-> (com.google.cloud.tools.jib.api.buildplan.FileEntriesLayer/builder) (.addEntryRecursive (java.nio.file.Path/of "/tmp/config" (into-array String [])) (com.google.cloud.tools.jib.api.buildplan.AbsoluteUnixPath/get "/config")) (.build)) :paths] :image-type :tar :image-name "pack" :tar-file "pack.tar"})
Sorry, something went wrong.
No branches or pull requests
A continuation of #99.
It's unclear to me what a comprehensive, simple set of APIs should be for including custom layers in a docker image.
The text was updated successfully, but these errors were encountered: