mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
The Ubuntu and Fedora files are very similar. But I am not sure (yet) what is the best way to share. The files uploaded to the GitHub Release use the exact same names as before. The .jar files are binary identical to the ones that go to Maven (checked). The Fedora Docker image should be built and uploaded from a dev machine. There is a workflow (from GitHub) doing that, but has a warning that: > This workflow uses actions that are not certified by GitHub. > They are provided by a third-party and are governed by > separate terms of service, privacy policy, and support documentation. |
||
---|---|---|
.. | ||
workflows | ||
adaboost.json | ||
data-filter.json | ||
dependabot.yml | ||
Dockerfile_fedora | ||
lstm_for_th_my.json | ||
pull_request_template.md | ||
README.md |
How to create a Fedora docker image
Run
docker login ghcr.io
When prompted use these:
- User: the github user
- Password: the github key
Update the timestamp (20240929
) with the current date, ISO style:
docker build --tag ghcr.io/unicode-org/fedora-docker-gcr:20240929 -f Dockerfile_fedora .
docker push ghcr.io/unicode-org/fedora-docker-gcr:20240929
Also: https://stackoverflow.com/questions/64033686/how-can-i-use-private-docker-image-in-github-actions
To consider: generate and publish the docker image from a GitHub action.