docker-ci icon indicating copy to clipboard operation
docker-ci copied to clipboard

Streamline app/desktop translation

Open tobiasKaminsky opened this issue 2 years ago • 2 comments

Can we move https://github.com/nextcloud/docker-ci/tree/master/translations-app and https://github.com/nextcloud/docker-ci/tree/master/translations-desktop

to /translations again?

I think this helps to maintain it in future

tobiasKaminsky avatar Mar 27 '23 10:03 tobiasKaminsky

That breaks the image names? Or at least the building routines?

nickvergessen avatar Mar 27 '23 14:03 nickvergessen

Not directly: translations-app / dockerfile would then be tranlations / dockerfile-app and "-app" suffix So name could be the same.

We then could also combine apps, app, ios, plain, etc. Not sure why we split this up in first place, if all have same dockerfile, but "only" shell-script differ.

This then would prevent us to build 10 different images…

tobiasKaminsky avatar Mar 27 '23 14:03 tobiasKaminsky