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
- Host: GitHub
- URL: https://github.com/cynkra/rig-ubuntu-duckdb
- Owner: cynkra
- Created: 2023-07-07T09:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:55:12.000Z (about 2 years ago)
- Last Synced: 2025-03-16T01:54:22.296Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```