Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 723 Bytes

About this Repo

This is the Git repo of the official Docker image for geonetwork. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specificially in docker-library/docs/geonetwork.

Default branch

Default branch has been renamed from master to main. To update it in your local repository follow these steps:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a