An open API service indexing awesome lists of open source software.

https://github.com/cynkra/rig-ubuntu-duckdb

Ubuntu image for duckdb development
https://github.com/cynkra/rig-ubuntu-duckdb

Last synced: 7 months ago
JSON representation

Ubuntu image for duckdb development

Awesome Lists containing this project

README

          

# rig-ubuntu-duckdb

A Docker image based on cynkra/rig-ubuntu for development of duckdb, built daily at 1:00 UTC.

## Usage

From the main duckdb root:

```sh
# docker pull --platform linux/amd64 ghcr.io/cynkra/rig-ubuntu-duckdb:main
docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu-duckdb:main
```

This mounts the current working directory at `~/workspace`, which is also the initial starting directory of the image.

## In a Dockerfile

```dockerfile
FROM ghcr.io/cynkra/rig-ubuntu-duckdb:main
```