/noria-ui-image

Scripts to build and publish Noria-ui images to docker hub

Primary LanguageDockerfile

Nora ui image

Open in Gitpod

The high performance database noria has it's own ui, this repository adds scripts and files to build it as a docker image.

Using the image

The image is published to docker hub under chweicki/noria-ui.

Tags used to identify an image are the same as the images in this repository.

Both linux/arm64/v8 and linux/amd64 are published.

Running the container

The final image uses nginx to serve the static files. It exposes it's content on port 80.

Cloning the repository

In case of the need to clone this repository remember to initialize the submodule.

git submodule update --init --recursive