Skip to content

skaffold docker image doesn't have skaffold binary #3622

@kchygoe

Description

@kchygoe

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/A

Steps to reproduce the behavior

  1. docker run -ti --rm gcr.io/k8s-skaffold/skaffold:v1.3.0 skaffold

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't workingmeta/releasepriority/p0Highest priority. We are actively looking at delivering it.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions