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

linux: add missing packages to devcontainer #75

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Mar 6, 2024

The demonstration and usage experience improves if the necessary packages are available.
This increases the creation time of the dev container to maybe 5 minutes.

It also contains some other fixes needed for the same files. (see commit messages)

BacLuc and others added 4 commits March 6, 2024 10:27
I ran into the problem that if the repo
is not called jumpstart-docs, this leads to problem.
See https://github.com/BacLuc/jumpstart-docs-renovate
docker compose config -f with multiple docker compose files
uses the path of first compose file to resolve ".".
But we want to build all the docker images defined with docker compose in this repo,
thus we call docker compose config for all docker-compose files and merge the service
definitions.
That we can install additonal packages and have
manpages.
Use a docker-compose for the build and image specification
and for the mount paths, that the build-images action
also builds this image.
At least we know that the image can be built.
@BacLuc BacLuc merged commit 13f0cbd into scs:main Mar 25, 2024
13 checks passed
@BacLuc BacLuc deleted the linux-add-missing-packages-to-devcontainer branch March 25, 2024 09:34
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.

1 participant