This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-02-13 12:43:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
48cfc9b598
Branches
Tags
No results found.
nushell
/
docker
/
Package.Dockerfile
7 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Build and publish docker img along with nu plugins * Add Package.Dockerfile as flexible build source * Add docker-compose.package.yml as intermediary config * CI will use new github action YAML format it only publish the docker image on git tag * Add debian:latest, debian:slim, and alpine as base image * Add documentation
2019-09-08 21:38:25 +07:00
ARG base
FROM ${base}
Fix artifact is missing Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 01:29:52 +07:00
ARG artifact
Add busybox as base image
2019-09-08 22:31:10 +07:00
COPY ${artifact} /bin/
Add libz for glibc-{busybox,distroless} Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 16:45:55 +07:00
Fix can't execute entrypoint Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 05:41:58 +07:00
ENTRYPOINT ["/bin/nu"]
Reference in a new issue
Copy permalink