windsource / picus

Connects to Woodpecker CI and dynamically creates an agent in the cloud.
MIT License
39 stars 4 forks source link

Pure dev container with just #16

Closed windsource closed 1 month ago

windsource commented 1 month ago

Currently the dev container is based on mcr.microsoft.com/vscode/devcontainers/rust:1-1-bookworm which is quite intransparent and also not flexible in using a specific Rust version. For that reason this change uses a plain ubuntu:24.04 image and rustup to install Rust.