Installation of filesystem-84.87-288.2.x86_64 failed

Viewed 14

I am trying to install/update filesystem (which is included as part of a Docker image). Currently, filsystem 15.0-11.3.2 is installed. However, a glibc package I am installing requires filesystem greater than version 15.6 I believe.

In my Docker image, I am attempting to do the following:

RUN zypper install -y filesystem-84.87-288.2.x86_64

as this is the version it suggests I install. However, I get the following error:

Retrieving: compat-usrmerge-tools-84.87-28.551.x86_64.rpm [.done]
Retrieving package filesystem-84.87-288.2.x86_64 (2/2),  67.9 KiB (  1.3 KiB unpacked)
Retrieving: filesystem-84.87-288.2.x86_64.rpm [.done (2.3 KiB/s)]


Checking for file conflicts: [.....done]
(1/2) Installing: compat-usrmerge-tools-84.87-28.551.x86_64 [.
warning: /var/cache/zypp/packages/Base_System/x86_64/compat-usrmerge-tools-84.87-28.551.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID e2c0098c: NOKEY
..........done]
(2/2) Installing: filesystem-84.87-288.2.x86_64 [.
warning: /var/cache/zypp/packages/Base_System/x86_64/filesystem-84.87-288.2.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID e2c0098c: NOKEY
..
UsrMerge conversion does not work on overlayfs
UsrMerge conversion failed, cleaning up
!!! ATTENTION: Do NOT proceed if you see this message during
!!! distribution upgrade. Chances are high that your system might
!!! break beyond repair if you do.
error: lua script failed: [string "%prein(filesystem-84.87-288.2.x86_64)"]:22: exit
error: filesystem-84.87-288.2.x86_64: install failed
error: filesystem-15.0-11.8.1.x86_64: erase skipped
Installation of filesystem-84.87-288.2.x86_64 failed:
Error: Subprocess failed. Error: RPM failed: Command exited with status 1.
error]
Abort, retry, ignore? [a/r/i] (a): a
Problem occurred during or after installation or removal of packages:
Installation has been aborted as directed.
Please see the above error message for a hint.
The command '/bin/sh -c zypper install -y filesystem-84.87-288.2.x86_64' returned a non-zero code: 8

Any suggestions on the above? I can't seem to find much info online.

0 Answers
Related