Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc: add a "devcontainer" setup #1299

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hdonnay
Copy link
Member

@hdonnay hdonnay commented Mar 29, 2024

This is a little proof-of-concept for a devcontainer.

My workflow (neovim and a mess of terminals) doesn't really integrate with devcontainers the way VS Code does, so I ended up building this such that it's usable as a toolbx image.

To try:

podman build -t devcontainer-claircore:latest .
toolbox create -i devcontainer-claircore:latest claircore-dev
toolbox enter claircore-dev

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.77%. Comparing base (395b041) to head (a0d1342).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1299   +/-   ##
=======================================
  Coverage   55.77%   55.77%           
=======================================
  Files         265      265           
  Lines       16557    16557           
=======================================
  Hits         9235     9235           
  Misses       6362     6362           
  Partials      960      960           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hdonnay hdonnay added the experiment For pull requests that are experimental. label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment For pull requests that are experimental.
Development

Successfully merging this pull request may close these issues.

1 participant