Commit ef948df
Make the test image toolbox-ready
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/1 parent 1e0f609 commit ef948df
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
64 | 73 | | |
65 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
66 | 82 | | |
67 | 83 | | |
68 | 84 | | |
| |||
0 commit comments