-
Notifications
You must be signed in to change notification settings - Fork 334
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Feb 3, 2016
This corresponds to docker-library/ruby#68
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
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Feb 3, 2016
This corresponds to docker-library/ruby#68
Woot, |
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
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)
This was referenced Feb 4, 2016
Merged
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)
Closed
RichardScothern
pushed a commit
to RichardScothern/official-images
that referenced
this pull request
Jun 14, 2016
This corresponds to docker-library/ruby#68
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #66