ebner cbe8113cc5
Build and Publish Docker Image / docker (push) Successful in 6s
update channel url
2026-03-24 16:06:21 +01:00
2026-03-12 15:25:04 +01:00
2026-03-12 15:23:18 +01:00
2026-03-12 15:23:18 +01:00
2026-03-12 15:23:18 +01:00
2026-03-24 16:06:21 +01:00
2026-03-24 14:53:57 +01:00
2026-03-24 15:51:22 +01:00
2026-03-17 10:42:07 +01:00
2026-03-12 15:31:44 +01:00

Overview

This repository contains a Docker image for running quetz, a package server for conda packages. The image is based on mambaorg/micromamba:alpine and includes the necessary dependencies.

Building the image:

docker build -t gitea.psi.ch/images/quetz:latest .

The image can be used to run a quetz server in http mode or via HTTPS. The following commands show how to run the server in both modes.

# run http server
docker-compose up quetz-http

# run https server
docker-compose up quetz-https
S
Description
No description provided
Readme 45 KiB
Languages
Python 85.4%
Dockerfile 14.6%