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

Docker context that uses Anaconda to build rogue #976

Merged
merged 6 commits into from
Jan 8, 2024

Conversation

omar-moreno
Copy link
Collaborator

Description

This PR adds a Docker context that builds rogue using Anaconda and automatically runs the virtual rogue environment at start up. The context that builds rogue bare-metal has been renamed to rogue to distinguish it from the Anaconda version.

Details

The Anaconda Docker context uses continuumio/anaconda3 as the base image and creates an environment using the latest rogue tag. To test if the rogue conda environment was automatically started, I used the following command

docker run -it <image_name>

The git workflow was updated so it can find the correct location of the original bare-metal context. For now, the Anaconda context is not automatically built and deployed to DockerHub.

@ruck314 ruck314 changed the base branch from main to pre-release October 24, 2023 20:02
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d1c903f) 30.02% compared to head (9a76b23) 29.52%.
Report is 4 commits behind head on pre-release.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@               Coverage Diff               @@
##           pre-release     #976      +/-   ##
===============================================
- Coverage        30.02%   29.52%   -0.50%     
===============================================
  Files               65       65              
  Lines             6634     6634              
  Branches          1013     1013              
===============================================
- Hits              1992     1959      -33     
- Misses            4485     4521      +36     
+ Partials           157      154       -3     

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

@slacrherbst slacrherbst merged commit 36f9ab1 into pre-release Jan 8, 2024
5 checks passed
@slacrherbst slacrherbst deleted the docker-dev branch January 8, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants