Skip to content

Adjust the order we do things a bit to enable non-root usage trivially #68

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

Merged
merged 2 commits into from
Feb 3, 2016

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 3, 2016

Fixes #66

tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 3, 2016
@tianon
Copy link
Member Author

tianon commented Feb 3, 2016

docker-library/official-images#1412:

$ ./run.sh -t ruby-nonroot ruby:{2.0,2.1,2.2,2.3}
testing ruby:2.0
    'ruby-nonroot' [1/1]...passed
testing ruby:2.1
    'ruby-nonroot' [1/1]...passed
testing ruby:2.2
    'ruby-nonroot' [1/1]...passed
testing ruby:2.3
    'ruby-nonroot' [1/1]...passed

@tianon
Copy link
Member Author

tianon commented Feb 3, 2016

:alpine variants all pass that new test, testing :slim variants now

tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 3, 2016
@tianon
Copy link
Member Author

tianon commented Feb 3, 2016

Woot, :slim variants pass too 👍

@yosifkit
Copy link
Member

yosifkit commented Feb 3, 2016

LGTM

yosifkit added a commit that referenced this pull request Feb 3, 2016
Adjust the order we do things a bit to enable non-root usage trivially
@yosifkit yosifkit merged commit 2056c5e into docker-library:master Feb 3, 2016
@yosifkit yosifkit deleted the non-root branch February 3, 2016 22:39
tianon added a commit to tianon/docker-jruby that referenced this pull request Feb 3, 2016
tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 4, 2016
- `docker`: 1.10.0
- `golang`: 1.6rc2
- `julia`: keep `curl` for `Pkg.add` (docker-library/julia#6)
- `kibana`: add `tini` for signal capturing (docker-library/kibana#32)
- `ruby`: allow non-root usage trivially (docker-library/ruby#68)
tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 4, 2016
- `docker`: 1.10.0
- `golang`: 1.6rc2
- `julia`: keep `curl` for `Pkg.add` (docker-library/julia#6)
- `kibana`: add `tini` for signal capturing (docker-library/kibana#32)
- `ruby`: allow non-root usage trivially (docker-library/ruby#68)
tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 4, 2016
- `docker`: 1.10.0
- `golang`: 1.6rc2
- `julia`: keep `curl` for `Pkg.add` (docker-library/julia#6)
- `kibana`: add `tini` for signal capturing (docker-library/kibana#32)
- `ruby`: allow non-root usage trivially (docker-library/ruby#68, docker-library/ruby#69)
@lhm lhm mentioned this pull request Mar 20, 2016
RichardScothern pushed a commit to RichardScothern/official-images that referenced this pull request Jun 14, 2016
RichardScothern pushed a commit to RichardScothern/official-images that referenced this pull request Jun 14, 2016
- `docker`: 1.10.0
- `golang`: 1.6rc2
- `julia`: keep `curl` for `Pkg.add` (docker-library/julia#6)
- `kibana`: add `tini` for signal capturing (docker-library/kibana#32)
- `ruby`: allow non-root usage trivially (docker-library/ruby#68, docker-library/ruby#69)
bascht added a commit to hacken-in/hacken-in that referenced this pull request May 28, 2017
* Bump Ruby to `2.4.1p111`
* Build Docker image from `ruby:2.4.1`
* Use rake `12.0.0`
  (the Docker base image comes with 12 installed in
  /usr/local/bin/rake and shit will hit fan if we differ from that)
* Update RSpec to `3.4.4`
  Restores [compatibility with Rake 12](rspec/rspec-core@v3.4.3...v3.4.4)
* Update therubyracer to `0.12.3`
  Adds [Ruby 2.4 compatibility](rubyjs/therubyracer#430)
* Work around a few changes in the docker base image
  See changes [from 2.2 to to 2.3](docker-library/ruby#68)
bascht added a commit to hacken-in/hacken-in that referenced this pull request May 28, 2017
* Bump Ruby to `2.4.1p111`
* Build Docker image from `ruby:2.4.1`
* Use rake `12.0.0`
  (the Docker base image comes with 12 installed in
  /usr/local/bin/rake and shit will hit fan if we differ from that)
* Update RSpec to `3.4.4`
  Restores [compatibility with Rake 12](rspec/rspec-core@v3.4.3...v3.4.4)
* Update therubyracer to `0.12.3`
  Adds [Ruby 2.4 compatibility](rubyjs/therubyracer#430)
* Work around a few changes in the docker base image
  See changes [from 2.2 to to 2.3](docker-library/ruby#68)
bascht added a commit to hacken-in/hacken-in that referenced this pull request May 29, 2017
* Bump Ruby to `2.4.1p111`
* Build Docker image from `ruby:2.4.1`
* Use rake `12.0.0`
  (the Docker base image comes with 12 installed in
  /usr/local/bin/rake and shit will hit fan if we differ from that)
* Update RSpec to `3.4.4`
  Restores [compatibility with Rake 12](rspec/rspec-core@v3.4.3...v3.4.4)
* Update therubyracer to `0.12.3`
  Adds [Ruby 2.4 compatibility](rubyjs/therubyracer#430)
* Work around a few changes in the docker base image
  See changes [from 2.2 to to 2.3](docker-library/ruby#68)
* Update Webmock + VCR
  The combination of Ruby 2.4 + webmock + VCR was a bit unsettling, as
  it just refused to load the proper cassette and started sending out requests [to live
  APIs](#709 (comment)).
bascht added a commit to hacken-in/hacken-in that referenced this pull request Jun 3, 2017
* Bump Ruby to `2.4.1p111`
* Build Docker image from `ruby:2.4.1`
* Use rake `12.0.0`
  (the Docker base image comes with 12 installed in
  /usr/local/bin/rake and shit will hit fan if we differ from that)
* Update RSpec to `3.4.4`
  Restores [compatibility with Rake 12](rspec/rspec-core@v3.4.3...v3.4.4)
* Update therubyracer to `0.12.3`
  Adds [Ruby 2.4 compatibility](rubyjs/therubyracer#430)
* Work around a few changes in the docker base image
  See changes [from 2.2 to to 2.3](docker-library/ruby#68)
* Update Webmock + VCR
  The combination of Ruby 2.4 + webmock + VCR was a bit unsettling, as
  it just refused to load the proper cassette and started sending out requests [to live
  APIs](#709 (comment)).
chrissolanilla pushed a commit to chrissolanilla/CSolanillaBio that referenced this pull request May 16, 2024
Moved header and footer to includes

Closes docker-library#68 and docker-library#55

See merge request techrangers/website!44
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