From 489eebb44b664006e26a312315a1ac970eeea0d5 Mon Sep 17 00:00:00 2001 From: fnecas Date: Mon, 12 Feb 2024 17:25:49 +0100 Subject: [PATCH] test: test toolchains jdk 11 --- .github/workflows/georchestra-gn4.yml | 2 +- DOCKER_HUB.md | 52 --------------------------- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 DOCKER_HUB.md diff --git a/.github/workflows/georchestra-gn4.yml b/.github/workflows/georchestra-gn4.yml index c92140c47d..076d172150 100644 --- a/.github/workflows/georchestra-gn4.yml +++ b/.github/workflows/georchestra-gn4.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '11' - distribution: 'temurin' + distribution: 'adopt' cache: 'maven' - name: "Installing the geOrchestra root pom" diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md deleted file mode 100644 index d21efea545..0000000000 --- a/DOCKER_HUB.md +++ /dev/null @@ -1,52 +0,0 @@ -# Quick reference - -- **Maintained by**: - [georchestra.org](https://www.georchestra.org/) - -- **Where to get help**: - the [geOrchestra Github repo](https://github.com/georchestra/georchestra), [IRC chat](https://kiwiirc.com/nextclient/irc.libera.chat/georchestra), Stack Overflow - -# Featured tags - -- `latest`, `23.0.x` - -# Quick reference - -- **Where to file issues**: - [https://github.com/georchestra/georchestra/issues](https://github.com/georchestra/georchestra/issues) - -- **Supported architectures**: - [`amd64`](https://hub.docker.com/r/amd64/docker/) - -- **Source of this description**: - [docs repo's directory](https://github.com/georchestra/geonetwork/blob/master/DOCKER_HUB.md) - -# What is `georchestra/geonetwork` - -**Geonetwork** is a module for geOrchestra which offers -- a metadata catalog suited to publish information about geospatial (and other) (open and closed) data. - -geOrchestra's Geonetwork is a fork of [GeoNetwork opensource](https://github.com/geonetwork/core-geonetwork). -It implements changes like authentication with CAS, and a few others. - -# How to use this image - -As for every other geOrchestra webapp, its configuration resides in the data directory ([datadir](https://github.com/georchestra/datadir)), typically something like /etc/georchestra, where it expects to find a geonetwork sub-directory. - -It is recommended to use the official docker composition: https://github.com/georchestra/docker. - -For this specific component, see the section `geonetwork` in the [`georchestra/docker/docker-compose.yml`](https://github.com/georchestra/docker/blob/master/docker-compose.yml) file. - -## Where is it built - -This image is built using maven : `./mvnw -Pdocker package docker:build` in [`georchestra`](https://github.com/georchestra/georchestra) repository. - -# License - -View [license information](https://www.georchestra.org/software.html) for the software contained in this image. - -As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). - -[//]: # (Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's georchestra/ directory]().) - -As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.