Skip to content

Commit

Permalink
pod create: remove need for pause image
Browse files Browse the repository at this point in the history
So far, the infra containers of pods required pulling down an image
rendering pods not usable in disconnected environments.  Instead, build
an image locally which uses local pause binary.

Fixes: containers#10354
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Oct 26, 2021
1 parent 9d2b8d2 commit 75f478c
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 66 deletions.
9 changes: 2 additions & 7 deletions cmd/podman/containers/create.go
10 changes: 0 additions & 10 deletions cmd/podman/pods/create.go
2 changes: 1 addition & 1 deletion cmd/podman/system/version.go
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-pod-create.1.md
15 changes: 14 additions & 1 deletion libpod/kube.go
17 changes: 0 additions & 17 deletions pkg/api/handlers/libpod/pods.go
97 changes: 96 additions & 1 deletion pkg/specgen/generate/pod_create.go
19 changes: 0 additions & 19 deletions test/e2e/play_kube_test.go
30 changes: 21 additions & 9 deletions test/system/200-pod.bats

0 comments on commit 75f478c

Please sign in to comment.