Bug 48249 - Setup in docker failed due to missing locale package
Setup in docker failed due to missing locale package
Status: RESOLVED DUPLICATE of bug 48057
Product: UCS
Classification: Unclassified
Component: Docker
UCS 4.3
amd64 Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-12-02 23:01 CET by Robert Rettig
Modified: 2019-09-30 08:45 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 6: Setup Problem: Issue for the setup process
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 5: Blocking further progress on the daily work
User Pain: 0.171
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Rettig 2018-12-02 23:01:43 CET
executed as described on docker hub:

CID=$(docker run -d --name master_container --hostname=master     -e domainname=testdomain.intranet     -e 'rootpwd=Pa$$w0rd' -p 8011:80     -e container=docker     -v /sys/fs/cgroup:/sys/fs/cgroup:ro     --tmpfs /run --tmpfs /run/lock     --cap-add=SYS_ADMIN     --restart unless-stopped univention/ucs-generic-amd64 /sbin/init) ; docker logs -f $CID

I was forced to install 'locales' package, restarting the container afterwards.

Setup broken because of missing subnet for the interface. This could be setup through web console (but with some error two which maybe can be ignored).

Setup was running somehow until some error was reported.
Is there are current supported way to use the docker images?

I did another restart of this container. UCS reports that the installation was successfull than.
But "Software Update" was reporting that for this Version there are no security updates anymore.
That would tell me, that those images from docker hub are not based on the current released version.

Is there a reliable way to build those? Found some hints where to find ("unmaintained") older versions of the relevant source
https://git.knut.univention.de/univention/internal/univention-docker-dev
is there some public mirror to check what is missing or to create some improvements?
Comment 1 Arvid Requate univentionstaff 2019-07-08 22:30:34 CEST
These bugs (locales, netmask) should be fixed in the UCS 4.4-0 docker images.
Comment 2 Philipp Hahn univentionstaff 2019-09-30 08:45:31 CEST

*** This bug has been marked as a duplicate of bug 48057 ***