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
2024-12-26 13:03:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0d8768b827
nushell
/
docker
/
Package.Dockerfile
7 lines
82 B
Docker
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 14:38:25 +00:00
ARG
base
FROM
${base}
Fix artifact is missing Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-08 18:29:52 +00:00
ARG
artifact
Add busybox as base image
2019-09-08 15:31:10 +00:00
COPY
${
artifact
}
/bin/
Add libz for glibc-{busybox,distroless} Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 09:45:55 +00:00
Fix can't execute entrypoint Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-08 22:41:58 +00:00
ENTRYPOINT
[
"/bin/nu"
]
Reference in a new issue
Copy permalink