Releases: ruanformigoni/flatimage
Releases · ruanformigoni/flatimage
v1.0.5
Full Changelog: v1.0.4...v1.0.5
- Overwrite existing layer.tmp to avoid commit error
v1.0.4
Full Changelog: v1.0.3...v1.0.4
- Updated steam example to work with
busybox wget
- Updated steam example to show an example of desktop integration
- Updated steam example to show an example notify on start
- Fixed a bug that caused
XDG_RUNTIME_DIR
to be set incorrectly - Hide harmless error messages about filesystem processes
v1.0.3
Full Changelog: v1.0.2...v1.0.3
Small hotfix for incorrect reference binary in portal, issue introduced in v1.0.2
.
v1.0.2
Full Changelog: v1.0.1...v1.0.2
- Include busybox at the end of PATH to avoid issues with fakechroot in arch
- Show correct distribution name in container prompt
- Fixed flatimage issues to run in /tmp
- Faster startup avoiding unnecessary read checks
- Fix missing patch of magic bytes
v1.0.1
Full Changelog: v1.0.0...v1.0.1
- Fixed an issue with paths not handled properly when mounting filesystems
- Fixed an exception where flatimages could not share binaries
- Improved desktop (de-)serialization code
v1.0.0
Full Changelog: v0.3.4...v1.0.0
- Complete project rewrite in C++
- FlatImage is now immutable between executions 🪨
- Automatic integration with AppArmor for ubuntu 🔒
- Define environment variables for the container on the fly with
fim-env
- Create and manage layers with
fim-layer
🧅 - Configurable startup notification with
notify-send
🔔 - Seamless command portal to interact with the host system,
fim_portal
- Bind host paths to the container with
fim-bind
🖇️ - Commit changes (installed programs, configurations, etc) to a novel layer in the image with
fim-commit
- Customizable PS1 for CLI apps
- Blueprint release to build light packages
- Reduced FlatImage size overhead
- No need to manually resize FlatImage
v0.3.5
Full Changelog: v0.3.4...v0.3.5
- Fixed nvidia symlinks on debian
- Significantly decreased startup time on debian with an nvidia GPU
v0.3.4
Full Changelog: v0.3.3...v0.3.4
- Setup guest read-only filesystem access to host
- Symlink nvidia drivers instead of binding
v0.3.3
Full Changelog: v0.3.2...v0.3.3
- Correct paths for NVIDIA bindings
- Make sure parent paths for NVIDIA bindings exist
- Print command in debug mode
v0.3.2
Full Changelog: v0.3.1...v0.3.2
- Updated static binaries
- Include binding for udev
- Silence ln command in non debug mode
- Store app static binaries in FIM_DIR_TEMP_BIN
- Use filesystem name with FIM_DIR_HOST_OVERLAYS