Releases: JuliaContainerization/Sandbox.jl
Releases · JuliaContainerization/Sandbox.jl
julia-python3-77eae3ba
Don't bother to add `sudo` if we're already UID 0
debian-minimal-927c9e7f: Remove JLLWrappers from project
It doesn't look like it has ever been used at all
v1.0.0
Sandbox v1.0.0
Closed issues:
- Python multiprocessing requires /dev/shm (#16)
- Feature request: make it easy for users to generate their own rootfs images (#21)
- Feature request: non-root user inside the Docker container? (#24)
Merged pull requests:
- Fix
probe_executor
(#1) (@giordano) - Fix filtering executors in tests and add CI with GitHub Actions (#2) (@giordano)
- Require a newer version of
UserNSSandbox_jll
(#3) (@staticfloat) - Fix name of test job in GitHub Actions (#4) (@giordano)
- CompatHelper: add new compat entry for "Artifacts" at version "1.3" (#8) (@github-actions[bot])
- Always rebuild docker base images if the image doesn't exist (#9) (@staticfloat)
- Use a more permanent link in Artifacts.toml (#10) (@giordano)
- Add persist mode to config/executors (#11) (@staticfloat)
- Build documentation with Documenter (#12) (@giordano)
- Fix default branch in documenter settings (#13) (@giordano)
- Fix typo in Documenter settings (#14) (@giordano)
- Changes for PkgEval (#15) (@maleadt)
- README: add docs badges (#18) (@DilumAluthge)
- Add the ability to toggle the Docker
--privileged
flag (#19) (@DilumAluthge) - Embed
UserNSSandbox_jll
source intodeps/userns_sandbox.c
(#20) (@staticfloat) - Fix compat bounds in
Project.toml
(#22) (@giordano) - Allow the
with_executor
function to take keyword arguments, which it will forward to theexecutor_type
constructor (#25) (@DilumAluthge) - Define a method for
Base.success
(in addition to defining a method forBase.run
) (#26) (@DilumAluthge) - Submit coverage information to Codecov (#27) (@DilumAluthge)
- Add a uid/gid flag to spawn a container with non-zero uid/gid. (#28) (@maleadt)
- Increase Matryoshka level (#30) (@staticfloat)
- Fix realpath issues (#31) (@staticfloat)
- Bump UserNSSandbox version (#32) (@staticfloat)
- Add
debian_rootfs()
(#33) (@staticfloat)
debian-minimal-02ffc0e5
Add CI and Codecov badges to the README
debian-minimal-cf1acf0b
Allow the `with_executor` function to take keyword arguments, which i…
debian-minimal-508e5450
Allow the `with_executor` function to take keyword arguments, which i…
julia-alpine-46e8be7e
Fix compat bounds in `Project.toml` (#22)