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

Fixing #7775 Change docker from jessie to stretch #8001

Closed
wants to merge 2 commits into from
Closed

Fixing #7775 Change docker from jessie to stretch #8001

wants to merge 2 commits into from

Conversation

timhughes
Copy link

@timhughes timhughes commented Aug 7, 2019

apt-get was going into an infinite loop with this error. Upgrading to stretch appears to have fixed it

fcntl(11083488, F_SETFD, FD_CLOEXEC)    = -1 EBADF (Bad file descriptor)
getrlimit(RLIMIT_NOFILE, {rlim_cur=1073741816, rlim_max=1073741816}) = 0

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

REVIEWERS

apt-get was going into an infinite loop with this error. Upgrading to stretch appears to have fixed it

```
fcntl(11083488, F_SETFD, FD_CLOEXEC)    = -1 EBADF (Bad file descriptor)
getrlimit(RLIMIT_NOFILE, {rlim_cur=1073741816, rlim_max=1073741816}) = 0
```
@mistercrunch
Copy link
Member

What's wrong with jessie? Or should we got straight to buster?

@timhughes
Copy link
Author

I really have no opinion here. I was just going for the smallest change that allows the instructions to work on the front page. Probably going to the latest would be good but maybe if there are tests that spin it up in the container and check it you could do both.

@stale
Copy link

stale bot commented Oct 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Oct 12, 2019
@stale stale bot closed this Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants