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

delete mounting of host's user and group info #3492

Merged
merged 3 commits into from
Jul 11, 2023
Merged

delete mounting of host's user and group info #3492

merged 3 commits into from
Jul 11, 2023

Conversation

dwightguth
Copy link
Collaborator

We appear to be having problems deploying maven packages because when we create the docker image to do so, its notion of where the home directory is seems to be wrong. I believe this is occurring because we are mounting /etc/passwd and /etc/group inside the guest to those files on the host. The reason this causes problems is that /etc/passwd contains the definition of where each user's home directory is, and due to the nature of ephemeral runners, we are configuring the host to have a dynamic home directory so that each instance of the runner doesn't conflict with one another.

I am pretty sure this type of mounting is not actually necessary since we already set the uid and gid of the docker user to be equal to the uid and gid of the same user and group on the host. However, we need to test to make sure nothing breaks before merging this.

@rv-jenkins rv-jenkins changed the base branch from master to develop July 6, 2023 16:00
@dwightguth dwightguth marked this pull request as ready for review July 6, 2023 16:26
@dwightguth dwightguth requested review from ehildenb and F-WRunTime July 6, 2023 16:27
@dwightguth dwightguth enabled auto-merge (squash) July 11, 2023 15:30
@dwightguth dwightguth merged commit 752c28d into develop Jul 11, 2023
@dwightguth dwightguth deleted the deploy2 branch July 11, 2023 16:34
Baltoli pushed a commit that referenced this pull request Nov 1, 2023
…3146)

* haskell-backend/src/main/native/haskell-backend: 1ec3533ff - Remove eventlog2threadscope dependency (#3491)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: 410c1b6c6 - [#3410] Validate debug options (#3465)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: 567b909f1 - Fix output of check implication (version 2) (#3492)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: b74e9f8d5 - RPC server: add `add-module` endpoint (#3490)

* Sync flake inputs to submodules

* flake.nix: remove kore-prof

* .github/workflows/update-deps: also run nix flake update

---------

Co-authored-by: rv-jenkins <devops@runtimeverification.com>
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>
@Baltoli Baltoli mentioned this pull request Dec 12, 2023
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.

3 participants