pack.alpha icon indicating copy to clipboard operation
pack.alpha copied to clipboard

Package clojure projects

Results 18 pack.alpha issues
Sort by recently updated
recently updated
newest added

Collisions result in unpredictable behavior, and can be unintentionally introduced at pack-only time via the `-e` flag. Collisions should fail the build and inform the user of the problem so...

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.

A light stab at #65 , clojure cli now has `:replace-deps` option: https://clojure.org/reference/deps_and_cli#_replace_project_environment_tool

Hi there! Thanks for the lib! Have you considered publishing a new version to Clojars? I've just built a small internal helper lib using pack, but had to publish pack.alpha...

https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#authentication-methods https://static.javadoc.io/com.google.cloud.tools/jib-core/0.10.0/com/google/cloud/tools/jib/frontend/CredentialRetrieverFactory.html Do we also need to have some way to specify whether to use the helper or the docker config file? Should we also support overriding the location for...

This is very helpful for e.g. certain monorepo workflows.

tools.cli has support for dividing cli argument processing to subcommands via [in-order Processing for Subcommands](https://github.com/clojure/tools.cli#in-order-processing-for-subcommands). Using this we could have a main entry point for pack.alpha, that could have common...

During `one-jar`: ```java Exception in thread "process-height-0" java.lang.ClassCastException: class clojure.lang.Symbol cannot be cast to class java.lang.String (clojure.lang.Symbol is in unnamed module of loader 'app'; java.lang.String is in module java.base of...