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
d992086192
nushell
/
docker
/
Package.Dockerfile
6 lines
76 B
Docker
Raw
Normal View
History
Unescape
Escape
Add busybox as base image
2019-09-08 15:31:10 +00:00
ARG
artifact
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}
Add busybox as base image
2019-09-08 15:31:10 +00:00
COPY
${
artifact
}
/bin/
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
ENTRYPOINT
[
"nu"
]
Reference in a new issue
Copy permalink