![]() Adjust the Dockerfile a bit so that one can use it to build a toolbox [*] image for developing rpm, like so: podman build --target base -t <tag> -f tests/Dockerfile . toolbox create -i <tag> toolbox enter <tag> This is convenient since the image already contains all the dependencies that one would have to install manually otherwise. Specifically, add a podman shim (see the previous commit for details) so that "make check" works as expected when run in a toolbox. While at it, also install a couple of useful development tools. Add a LABEL that marks the image as toolbox-ready, as per [*]. [*] https://containertoolbx.org/doc/ |
||
---|---|---|
.github | ||
build | ||
cmake | ||
docs | ||
fileattrs | ||
include/rpm | ||
lib | ||
misc | ||
plugins | ||
po@4a6a4a87cb | ||
python | ||
rpmio | ||
scripts | ||
sign | ||
tests | ||
tools | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
CREDITS | ||
INSTALL | ||
README | ||
config.h.in | ||
installplatform | ||
macros.in | ||
platform.in | ||
rpm.pc.in | ||
rpmpopt.in | ||
rpmrc.in |
README
This is RPM, the RPM Package Manager. The latest releases are always available at: http://rpm.org/download.html Additional RPM documentation (papers, slides, HOWTOs) can also be found at the same site: http://rpm.org. http://rpm.org/community all rpm related mailing lists. RPM was originally written by: Erik Troan <ewt@redhat.com> Marc Ewing <marc@redhat.com> See the CREDITS file for a list of folks who have helped us out tremendously. RPM is Copyright (c) 1998 by Red Hat Software, Inc., and may be distributed under the terms of the GPL and LGPL (see the file COPYING for details).