Skip to content

Commit

Permalink
fix(buildah): "unknown version specified" error
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 29, 2024
1 parent daaabca commit d475c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/buildah/common.go
Expand Up @@ -24,6 +24,10 @@ const (
DefaultContainersConfig = `
[network]
default_rootless_network_cmd="slirp4netns"
[engine]
# Prefer runc over crun since old versions of crun (including one shipped in Ubuntu 22.04) cause
# "unknown version specified" error
runtime="runc"
`
DefaultSignaturePolicy = `{"default": [{"type": "insecureAcceptAnything"}], "transports": {"docker-daemon": {"": [{"type": "insecureAcceptAnything"}]}}}`
DefaultRegistriesConfig = `unqualified-search-registries = ["docker.io"]`
Expand Down

0 comments on commit d475c14

Please sign in to comment.