DockerSandbox v1.0.0
Closed issues:
- line 83 WWWClient.open_stream doesn't pass url into func call (#1)
- Fails to load on 0.2 (#2)
- [PackageEvaluator.jl] Your package Docker may have a testing issue. (#3)
- Tag as deprecated? (#4)
- LICENSE.md is empty (#6)
- Compatible to Julia 0.6.2 (#10)
- Info about upcoming removal of packages in the General registry (#12)
- TODO: register a new version (#28)
Merged pull requests:
- Adjusted to API v1.21, Julia 0.4 and minor changes (#5) (@raphapr)
- Whitespace corrections (#7) (@omus)
- Made compatible with Julia 0.5 (#8) (@omus)
- Return cmd as an array of strings (#9) (@omus)
- Julia 0.7+ compatibility (#11) (@raphapr)
- Prepare to rewrite the package from scratch (#13) (@DilumAluthge)
- Fix the UUID in Project.toml to match the UUID from the General registry (#14) (@DilumAluthge)
- Add
DockerConfig,DockerContainer,with_container,Base.run, andBase.success(#15) (@DilumAluthge) - Use a non-root user inside the Docker container (#16) (@DilumAluthge)
- More stuff (#17) (@DilumAluthge)
- Update .gitignore (#18) (@DilumAluthge)
- Add stuff to the docs (#19) (@DilumAluthge)
- Export
Base.runandBase.success(#21) (@DilumAluthge) - Update container.jl (#22) (@DilumAluthge)
- Add a package description to the docs home page (#23) (@DilumAluthge)
- Update types.jl (#24) (@DilumAluthge)
- Only show the
docker buildoutput ifverboseistrue(#25) (@DilumAluthge) - Related Packages: add a link to Sandbox.jl (#26) (@DilumAluthge)
- Update container.jl (#27) (@DilumAluthge)
- Update examples.md (#29) (@DilumAluthge)
- Fix a typo (#30) (@DilumAluthge)
- No non-stdlib runtime dependencies (#31) (@DilumAluthge)
- Rename
build_container_commandtoconstruct_container_command(#33) (@DilumAluthge) - Add read-only mappings (#34) (@DilumAluthge)
- Revert "Add read-only mappings" (#35) (@DilumAluthge)
- Add read-only maps (#36) (@DilumAluthge)
- Add environment variable mappings (#37) (@DilumAluthge)
- Add read-write mappings (#38) (@DilumAluthge)
- Drop all capabilities (#39) (@DilumAluthge)
- Remove some code (#40) (@DilumAluthge)
- Rename
imagetobase_image(#41) (@DilumAluthge) - Ability to add Linux capabilities (#42) (@DilumAluthge)
- Bump the version number from "1.0.0-DEV" to "1.0.0" (#43) (@DilumAluthge)
- Rename
cleanup_containertocleanup(#44) (@DilumAluthge) - Fix a docstring (#45) (@DilumAluthge)
- Remove
allow_advanced_features(#46) (@DilumAluthge) - Rename
Docker.jltoDockerSandbox.jl(#47) (@DilumAluthge) - Reorganize some tests (#48) (@DilumAluthge)
- Allow the
with_containerfunction to take keyword arguments, which it will forward to the constructor forT(#49) (@DilumAluthge)