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

Use pre-built CI Docker image in doc-build workflow #26

Closed
stephanosio opened this issue May 6, 2022 · 2 comments
Closed

Use pre-built CI Docker image in doc-build workflow #26

stephanosio opened this issue May 6, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request priority: low Low impact/importance task

Comments

@stephanosio
Copy link
Member

stephanosio commented May 6, 2022

Installing the required packages on the go in a workflow is risky because external dependencies (e.g. a mirror) may go down or decide to purge some files.

For example, https://discord.com/channels/720317445772017664/884782246010175528/971917170281947186

To prevent this, add the required dependencies for thedoc-build workflow in the CI Docker image and use the image in the workflow.

Also, while we are at it, see if there are any other workflows that do this and apply a similar fix.

@stephanosio stephanosio added enhancement New feature or request priority: medium Medium impact/importance task labels May 6, 2022
@stephanosio stephanosio self-assigned this May 6, 2022
@stephanosio
Copy link
Member Author

Added to CI Docker image in: zephyrproject-rtos/docker-image#101

@nashif nashif added priority: high High impact/importance task and removed priority: medium Medium impact/importance task labels Jul 14, 2022
@stephanosio stephanosio added priority: low Low impact/importance task and removed priority: high High impact/importance task labels Nov 22, 2022
@stephanosio
Copy link
Member Author

This can be considered part of #40.

@stephanosio stephanosio closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low Low impact/importance task
Projects
None yet
Development

No branches or pull requests

2 participants