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

Multi stage docker build #607

Merged
merged 20 commits into from
Sep 6, 2024
Merged

Multi stage docker build #607

merged 20 commits into from
Sep 6, 2024

Conversation

vmilosevic
Copy link
Contributor

@vmilosevic vmilosevic commented Sep 4, 2024

Split docker image builds into steps, so now we have base image containing only build dependencies, ci image that contains prebuilt toolchain and ird image that add dev tools and ssh to these images. Also adds GDB 14.2 to IRD images.

  • added GDB 14.2 to IRD images
  • replace image in workflows with new ci image
  • update docs
  • set job timeout to 30 minutes
  • add "in-service" to runner selection

Closes: #481
Closes: #593

@vmilosevic vmilosevic merged commit dc3eb48 into main Sep 6, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker container with GDB 14.2 Multi-Stage Docker Image Build
2 participants