diskimage-builder/diskimage_builder/elements/zypper-minimal/package-installs.yaml
Markos Chandras 81e72d4045 elements: zypper-minimal: Install tar package
tar is an essential package but nothing pulls it explicitly. This causes
some issues in the openSUSE CI jobs like the following one

"Failed to execute tar: No such file or directory", "Failed to write
file: Broken pipe", "Failed to retrieve image file. (Wrong URL?)",
"Exiting."], "stdout": "", "stdout_lines": []}

Just like 'sed', add 'tar' to the list of packages for the openSUSE
minimal builds.

Change-Id: Ia36e3d9fd6b78862a6831ba80b43d4614a349ca0
2017-07-25 16:27:25 +01:00

15 lines
256 B
YAML

# kernel
kernel-default:
# locale support (we need LC_ALL=en_US.utf8)
glibc-locale:
# And a few useful tools. Some are pulled
# as dependencies but that may change so lets
# be explicit.
bash:
ca-certificates-mozilla:
lsb-release:
openssl:
sed:
sudo:
tar: