atomisthq / jibbit

Dockerless Clojure Image builds using deps.edn
Eclipse Public License 1.0
111 stars 9 forks source link

Add exposed-ports to mirror https://docs.docker.com/engine/reference/builder/#expose (and set creationTime) #17

Closed danieroux closed 2 years ago

danieroux commented 2 years ago

A seq of either numbers or strings are accepted.

If strings, they follow the Docker format.

The config key is this:

{:exposed-ports [80 "53/tcp"]}
coltnz commented 2 years ago

Is there another way to do this currently? Thanks

danieroux commented 2 years ago

This is how we are using this PR right now, in deps.edn

:extra-deps {io.github.danieroux/jibbit {:git/sha "e89286192de98ad2e13cb685e551c1a9e502259d"}}

If this answers your question?

coltnz commented 2 years ago

Doh. Forgot about sha deps. Sorry for the noise.

atomist[bot] commented 2 years ago

This pull request has been automatically marked with stale because it has not had any activity in last 21 days. It will be closed in 14 days if no further activity occurs. To prevent closing, label with defer or blocked.

slimslenderslacks commented 2 years ago

Sorry this took so long to merge!