Skip to content

Commit

Permalink
Added arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Jul 31, 2023
1 parent 80f8227 commit 7684c5e
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Follow the steps below to create your own quantized-mesh tiles for Cesium using

## News

* 2023-07-31:
* An additional `arm64` version of the image was added. This currently untested and I'm happy for
any feedback on this, see #19. The `arm64` Docker images are hosted in
[Github packages](https://github.com/tum-gis/cesium-terrain-builder-docker/pkgs/container/ctb-quantized-mesh).

`docker pull ghcr.io/tum-gis/ctb-quantized-mesh:latest`,
`docker pull ghcr.io/tum-gis/ctb-quantized-mesh:alpine`

* 2023-03-06:

* Updated both images to reflect latest changes in
Expand All @@ -35,13 +43,25 @@ Follow the steps below to create your own quantized-mesh tiles for Cesium using

## Image variants

The Docker images are available on DockerHub from [tumgis](https://hub.docker.com/r/tumgis/).
To get the image run: `docker pull tumgis/ctb-quantized-mesh:<TAG>` Following tags are available:
The `amd64` Docker images are available on DockerHub from [tumgis](https://hub.docker.com/r/tumgis/) or from
[Github packages](https://github.com/tum-gis/cesium-terrain-builder-docker/pkgs/container/ctb-quantized-mesh).
To get the image run:

`docker pull tumgis/ctb-quantized-mesh:<TAG>` or
`docker pull ghcr.io/tum-gis/ctb-quantized-mesh:<TAG>`

The `arm64` Docker images are ONLY available from
[Github packages](https://github.com/tum-gis/cesium-terrain-builder-docker/pkgs/container/ctb-quantized-mesh).
To get the image run:

`docker pull ghcr.io/tum-gis/ctb-quantized-mesh:<TAG>`

Following tags are available:

| Tag | Build status | Description |
|------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------|
| ``latest`` | [![Build Status](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker.svg?branch=master)](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker) | Latest image build based on Debian and GDAL 2.4.0 |
| ``alpine`` | [![Build Status](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker.svg?branch=alpine)](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker) | Image based on leightweight Alpine Linux v3.12 and GDAL v3.14 |
| Tag | Build status | Arch | Description |
|------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|-----------------|---------------------------------------------------------------|
| ``latest`` | [![Build Status](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker.svg?branch=master)](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker) ![Build status](https://img.shields.io/github/actions/workflow/status/tum-gis/cesium-terrain-builder-docker/docker.yml?logo=docker) | `amd64` `arm64` | Latest image build based on Debian and GDAL 2.4.0 |
| ``alpine`` | [![Build Status](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker.svg?branch=alpine)](https://travis-ci.com/tum-gis/cesium-terrain-builder-docker) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tum-gis/cesium-terrain-builder-docker/docker.yml?logo=docker) | `amd64` `arm64` | Image based on leightweight Alpine Linux v3.12 and GDAL v3.14 |

## Content

Expand Down

0 comments on commit 7684c5e

Please sign in to comment.