Skip to content

nightelf3/icu-fork

Repository files navigation

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

See: https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images

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.

About

The home of the ICU project source code.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.6%
  • Java 38.8%
  • C 14.0%
  • Makefile 0.6%
  • Perl 0.6%
  • Python 0.4%
  • Other 1.0%