
5 Jul
2024
5 Jul
'24
11:57
Hi Johannes, this is the typical sparse file issue. your dockerfile is missing this line at the end: ``` # The go container management tools can't handle sparse files: # https://github.com/golang/go/issues/13548 # If lastlog doesn't exist, useradd doesn't attempt to reserve space, # also in derived containers. RUN rm -f /var/log/lastlog ``` Greetings, Dirk