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

Right frontend debian #500

Merged
merged 5 commits into from
Aug 16, 2021
Merged

Right frontend debian #500

merged 5 commits into from
Aug 16, 2021

Conversation

j-rivero
Copy link
Contributor

After #494 some problems appear with interactive apt-get installation. I have not detected yet what is exactly the root cause of the problems since not all builds are affected. I'm pretty sure that problems are related to the use of sudo and the change on environments context.

The PR changes:

  • ENV DEBIAN_FRONTEND noninteractive is not doing its job after changing to non root accounts in docker. Seems like this configuration is not recommended so I've move it to use ARG point out that ENV DEBIAN_FRONTEND will persist, so its not recommended moby/moby#4035 . This seems insufficient to fix problems.
  • Inject the DEBIAN_FRONTEND var inside /root/.bashrc. This did not fix the problem.
  • Inject the variable directly in the debbuild-base line of installing packages. This fixed the problem although we can find other places were the problem happens again.

Failing:
Fixed: Build Status

@j-rivero j-rivero merged commit 12a0884 into master Aug 16, 2021
@j-rivero j-rivero deleted the right_frontend_debian branch August 16, 2021 16:46
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.

2 participants