Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I build a docker image and pushed it to docker hub. #205

Closed
Pant opened this issue May 3, 2020 · 3 comments
Closed

I build a docker image and pushed it to docker hub. #205

Pant opened this issue May 3, 2020 · 3 comments

Comments

@Pant
Copy link

Pant commented May 3, 2020

Hi.

I just wanted to let you know i managed to build a docker image based on this repository. Here it is:

https://hub.docker.com/repository/docker/pant/collabora-online

Use it at your own risk

Thank you very much :)

@Pant Pant closed this as completed May 3, 2020
@ZainulSaifulah
Copy link

Hi @Pant, can you share your dockerfile and other configuration went you build your docker image ? it will be nice for me. I was try to build docker image for libreoffice with my configuration several time but it still error. Thank you

@ryukenji3
Copy link

Hi @Pant , thanks for your docker image and it's excellent. Just wondering whether you clean up unnecessary files generated during the compilation to make the size of this image more reasonable.

Now the image size after exporting with the docker save command is similar to that of a complete virtual machine, extremely slow while pulling from docker hub. Thank you.

@ryukenji3
Copy link

Advice: It seems that no locale set in the docker base image, someone may encounter "Please ensure the file type is supported and not corrupted" error when open file which name is not in English, such as Russian/Japanese/Chinese file name.

#It may occur that no locales are set on systems.Furthermore, the locale -a command returns following:

 C
 C.UTF-8
 POSIX
#Generate locale
sudo locale-gen en_US.UTF-8
#Set locale, this generates also the /etc/default/locale file.
update-locale LANG=en_US.UTF-8

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

No branches or pull requests

3 participants