bihealth / irods-docker

iRODS Docker image for use with SODAR
MIT License
1 stars 0 forks source link

SSSD install fails in v4.3 WIP build #25

Closed mikkonie closed 2 months ago

mikkonie commented 2 months ago

Building with SSSD worked some time ago. Now that I returned to working on this image it fails, without any seemingly related changes of my own. Probably need to update something SSSD related.

Dump:

5.070 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/apparmor/libapparmor1_2.13.3-7ubuntu5.3_amd64.deb  404  Not Found [IP: 91.189.91.81 80]
5.070 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
5.070 Fetched 14.7 MB in 3s (5181 kB/s)
------
Dockerfile:117
--------------------
 115 |     
 116 |     ARG DEBIAN_FRONTEND=noninteractive
 117 | >>> RUN apt-get install -y sssd sssd-ldap sssd-tools strace
 118 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get install -y sssd sssd-ldap sssd-tools strace" did not complete successfully: exit code: 100
mikkonie commented 2 months ago

Fixed in upgrade-4.3, to be merged.