-
Notifications
You must be signed in to change notification settings - Fork 1.7k
skaffold docker image doesn't have skaffold binary #3622
Copy link
Copy link
Labels
kind/bugSomething isn't workingSomething isn't workingmeta/releasepriority/p0Highest priority. We are actively looking at delivering it.Highest priority. We are actively looking at delivering it.
Description
Expected behavior
docker run gcr.io/k8s-skaffold/skaffold skaffold
should correctly run.
Actual behavior
docker run -ti --rm gcr.io/k8s-skaffold/skaffold:v1.3.0 skaffold
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"skaffold\": executable file not found in $PATH": unknown.
Information
- Skaffold version: v1.3.0
- Operating system: Linux(ubuntu16.04), circle-ci
- Contents of skaffold.yaml:
N/ASteps to reproduce the behavior
docker run -ti --rm gcr.io/k8s-skaffold/skaffold:v1.3.0 skaffold
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't workingmeta/releasepriority/p0Highest priority. We are actively looking at delivering it.Highest priority. We are actively looking at delivering it.