Skip to content

Adjust collabora to new distroless container#347

Open
kellergoech wants to merge 2 commits into
opencloud-eu:mainfrom
kellergoech:patch-1
Open

Adjust collabora to new distroless container#347
kellergoech wants to merge 2 commits into
opencloud-eu:mainfrom
kellergoech:patch-1

Conversation

@kellergoech

Copy link
Copy Markdown
Contributor

Adjust the collabora call to the new distroless container.
https://sdk.collaboraonline.com/docs/installation/Distroless_migration.html
Fixes #343

Comment thread weboffice/collabora.yml
driver: ${LOG_DRIVER:-local}
restart: always
entrypoint: [ '/bin/bash', '-c' ]
command: [ 'coolconfig generate-proof-key && /start-collabora-online.sh' ]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some research. We cannot remove the generate-proof-key job here. We need a solution, because openclouds proof key verification is default on.

@micbar micbar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine now from my POV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Fix) Collabora container not starting: exec: "/bin/bash": stat /bin/bash: no such file or directory

2 participants