Skip to content

Commit

Permalink
Merge pull request #3667 from OSGeo/backport-3665-to-9.2
Browse files Browse the repository at this point in the history
[Backport 9.2] Use ghcr.io/osgeo/proj-docs as Docker hub is sunsetting free organizations (refs OSGeo/gdal#7447)
  • Loading branch information
rouault committed Mar 22, 2023
2 parents 1ef29f0 + 88bd56f commit 8168911
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
container: osgeo/proj-docs
container: ghcr.io/osgeo/proj-docs

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/docbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ From the base PROJ repository directory:

```bash
cd docs
docker run -i -t -v $PWD/..:/io -w /io/docs/ osgeo/proj-docs make html
docker run -i -t -v $PWD/..:/io -w /io/docs/ ghcr.io/osgeo/proj-docs make html
```
4 changes: 2 additions & 2 deletions travis/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

cd docs
echo "building docs for $TRAVIS_BUILD_DIR/docs"
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs make html
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs make latexpdf
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs ghcr.io/osgeo/proj-docs make html
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs ghcr.io/osgeo/proj-docs make latexpdf


2 changes: 1 addition & 1 deletion travis/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# it is build from docs/docbuild/Dockerfile
# and is manually pushed as needed to DockerHub

docker pull osgeo/proj-docs
docker pull ghcr.io/osgeo/proj-docs


0 comments on commit 8168911

Please sign in to comment.