This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-08 09:34:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c563b7862e
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 16:38:25 +02:00
ARG
base
FROM
${base}
Fix artifact is missing Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-08 20:29:52 +02:00
ARG
artifact
Add busybox as base image
2019-09-08 17:31:10 +02:00
COPY
${
artifact
}
/bin/
Add libz for glibc-{busybox,distroless} Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 11:45:55 +02:00
Fix can't execute entrypoint Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 00:41:58 +02:00
ENTRYPOINT
[
"/bin/nu"
]
Reference in New Issue
Copy Permalink