Skip to content

Releases: ruanformigoni/flatimage

v1.0.5

19 Oct 14:59
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

  • Overwrite existing layer.tmp to avoid commit error

v1.0.4

18 Oct 17:52
Compare
Choose a tag to compare

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

17 Oct 12:29
Compare
Choose a tag to compare

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

16 Oct 15:18
Compare
Choose a tag to compare

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

14 Oct 05:39
Compare
Choose a tag to compare

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

12 Oct 17:45
Compare
Choose a tag to compare

Full Changelog: v0.3.4...v1.0.0

  • Complete project rewrite in C++ :shipit:
  • 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

01 Jun 07:07
Compare
Choose a tag to compare

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

03 May 21:44
Compare
Choose a tag to compare

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

02 May 21:57
Compare
Choose a tag to compare

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

01 May 22:01
Compare
Choose a tag to compare

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