Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
fbeee4de
Commit
fbeee4de
authored
4 years ago
by
Michał Polański
Committed by
TBK
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/podman: upgrade to 1.9.0
parent
da227dc2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6903
testing/podman: upgrade to 1.9.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/podman/APKBUILD
+4
-4
4 additions, 4 deletions
testing/podman/APKBUILD
testing/podman/libpod-config.patch
+10
-2
10 additions, 2 deletions
testing/podman/libpod-config.patch
with
14 additions
and
6 deletions
testing/podman/APKBUILD
+
4
−
4
View file @
fbeee4de
# Contributor: Michał Polański <michal@polanski.me>
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname
=
podman
pkgname
=
podman
pkgver
=
1.
8.2
pkgver
=
1.
9.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Simple management tool for pods, containers, and images"
pkgdesc
=
"Simple management tool for pods, containers, and images"
url
=
"https://podman.io/"
url
=
"https://podman.io/"
options
=
"!check"
# TODO: enable tests
options
=
"!check"
# TODO: enable tests
arch
=
"all !mips !mips64"
# fails to build on mips
arch
=
"all !mips !mips64"
# fails to build on mips
license
=
"Apache-2.0"
license
=
"Apache-2.0"
depends
=
"conmon cni-plugins run
c
iptables ip6tables slirp4netns shadow-uidmap skopeo"
depends
=
"conmon cni-plugins
c
run iptables ip6tables slirp4netns shadow-uidmap skopeo"
makedepends
=
"go gpgme-dev libseccomp-dev libassuan-dev go-md2man btrfs-progs-dev bash"
makedepends
=
"go gpgme-dev libseccomp-dev libassuan-dev go-md2man btrfs-progs-dev bash"
subpackages
=
"
$pkgname
-doc
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion:bashcomp:noarch
$pkgname
-bash-completion:bashcomp:noarch
...
@@ -49,5 +49,5 @@ zshcomp() {
...
@@ -49,5 +49,5 @@ zshcomp() {
"
$subpkgdir
"
/usr/share/zsh/site-functions/_
$pkgname
"
$subpkgdir
"
/usr/share/zsh/site-functions/_
$pkgname
}
}
sha512sums
=
"
c6e1426f66299a21be66be033460c44830b422f8a3319f37bbe53030f6a2bf84b140a29f30b83f6b61199f1df373f81a6d73787d16423ad942fc8a9154c68366
podman-1.
8.2
.tar.gz
sha512sums
=
"
ba7de72e03dc55896025b698465745873f3030547e19133b835e4f47c1cd1c0261f17845d50cbe7b824db2a9ed77def7883405637333e141f7abecada644b5be
podman-1.
9.0
.tar.gz
fb0997502e996ed0b1e99b11970380d4e7a61ab1aa0bf54ec925edd7defbbe2fec67f4cb28ab4a6f0de4ba770ca11c952893a35a0c71f10bd2c3d19f3c8368
03 libpod-config.patch"
5b21c99940ed1d81ef0ae1bb0e192b92158d84d0f227d1170e03b63e6062806a1093bd345c26279bfb66a01c721ac589f17ef095e35c89f052405d2af09a6
03
2
libpod-config.patch"
This diff is collapsed.
Click to expand it.
testing/podman/libpod-config.patch
+
10
−
2
View file @
fbeee4de
diff --git a/libpod.conf b/libpod.conf
diff --git a/libpod.conf b/libpod.conf
index
7e0228c1..c767b80d
100644
index
1bc31eb4c..278551726
100644
--- a/libpod.conf
--- a/libpod.conf
+++ b/libpod.conf
+++ b/libpod.conf
@@ -24,10 +24,10 @@
conmon_env_vars = [
@@ -24,10 +24,10 @@
conmon_env_vars = [
...
@@ -23,4 +23,12 @@ index 7e0228c1..c767b80d 100644
...
@@ -23,4 +23,12 @@ index 7e0228c1..c767b80d 100644
"/usr/libexec/cni",
"/usr/libexec/cni",
"/usr/lib/cni",
"/usr/lib/cni",
"/usr/local/lib/cni",
"/usr/local/lib/cni",
@@ -116,7 +117,7 @@
num_locks = 2048
# detach_keys = "ctrl-p,ctrl-q"
# Default OCI runtime
-runtime = "runc"
+runtime = "crun"
# List of the OCI runtimes that support --format=json. When json is supported
# libpod will use it for reporting nicer errors.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment