Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
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
Markus Gothe
openwrt-packages
Commits
3e642fc3
Unverified
Commit
3e642fc3
authored
3 years ago
by
Rosen Penev
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15801 from oskarirauta/podman
podman: update to 3.2.0
parents
0287535e
e565bebf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/podman/Makefile
+4
-2
4 additions, 2 deletions
utils/podman/Makefile
with
4 additions
and
2 deletions
utils/podman/Makefile
+
4
−
2
View file @
3e642fc3
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
podman
PKG_VERSION
:=
3.
1.2
PKG_VERSION
:=
3.
2.0
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_HASH
:=
5a0d42e03d15e32c5c54a147da5ef1b8928ec00982ac9e3f1edc82c5e614b6d2
PKG_HASH
:=
1206377b12c11d4065bc4789fa104ca139ba77bb5b33541f07e8e95ae4d2932a
PKG_SOURCE_URL
:=
https://github.com/containers/podman/archive/v
$(
PKG_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
...
...
@@ -99,6 +99,8 @@ define Package/podman/install
$(INSTALL_DATA)
./files/containers.conf
$(1)/etc/containers/containers.conf
$(INSTALL_DIR)
$(1)/etc/cni/net.d
$(INSTALL_CONF)
$(PKG_BUILD_DIR)/cni/87-podman-bridge.conflist
$(1)/etc/cni/net.d/
$(INSTALL_DIR)
$(1)/usr/share/containers
$(INSTALL_CONF)
$(PKG_BUILD_DIR)/vendor/github.com/containers/common/pkg/seccomp/seccomp.json
$(1)/usr/share/containers/
$(INSTALL_DIR)
$(1)/etc/init.d
$(INSTALL_BIN)
./files/podman.init
$(1)/etc/init.d/podman
$(SED)
's/driver = \"\"/driver = \"overlay\"/g'
$(1)/etc/containers/storage.conf
...
...
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