Commit graph

41 commits

Author SHA1 Message Date
liberodark
c058b8693b
Bump to bwrap 0.11.0 2024-11-03 01:24:44 +01:00
Kron4ek
ed430e58f4 Bump utils versions and fix compilation
Fix compilation of dwarfs and bash.
2024-08-19 15:43:43 +03:00
Kron4ek
c6ee302cc0 Update integrated utils 2024-03-30 15:47:45 +03:00
Kron4ek
87446bb0ea
Compile squashfs-tools with gcc
It does not compile successfully with clang
2023-09-27 17:47:54 +05:00
Kron4ek
cb4ec2c740
Fix url for latest squashfuse 2023-09-27 14:32:26 +05:00
Kron4ek
ec9d261c2c
Compile integrated utils with clang and LTO 2023-09-27 13:39:13 +05:00
Kron4ek
b1c405c46f Update integrated utils 2023-07-16 16:33:06 +05:00
Kron4ek
a70688a6d6
Change the default optimization level for the utils 2023-06-13 13:55:29 +05:00
Kron4ek
184482a7fe Replace fuse-overlayfs with unionfs-fuse
In my testing, unionfs-fuse works significantly faster than fuse-overlayfs. And it supports both fuse2 and fuse3, which is also an advantage over fuse-overlayfs.
2023-05-31 16:30:13 +05:00
Kron4ek
0dfb755446
Remove the gcc13 fix for dwarfs
Fixed in upstream.
2023-05-28 17:13:22 +05:00
Kron4ek
27677599f8 Make Conty even more portable
Conty now uses statically linked bash and busybox, so it no longer depends on system-wide bash, tar and gzip.

And other improvements in this commit:

* NVIDIA_HANDLER improved and enabled by default.
* Reworked the self-update feature, it uses fuse-overlayfs now instead of extracting the whole image.
* Added the CUSTOM_MNT, which allows to use Conty with already mounted custom moint points and directory structures.
* create-conty.sh now automatically sets the correct sizes in conty-start.sh
* Added more locales
2023-05-28 16:52:18 +05:00
Kron4ek
5fc1df2043 Configure Github Actions
Github Actions will build Conty weekly and utils monthly.
2023-05-23 19:39:24 +05:00
Kron4ek
a467da324d Add a function to fix issues with Nvidia GPUs
The function is called NVIDIA_HANDLER and is disabled by default.
When enabled, it will automatically download the same Nvidia driver version as installed on the host system and pass it into the container.

This is implemented via fuse-overlayfs, fuse3 is required for this to work.
2023-05-21 22:01:03 +05:00
Kron4ek
03efe023fa Update integrated utils
Update bubblewrap to 0.8.0
Update dwarfs to the latest git revision (2a0ac12)
Update squashfs-tools to 4.6.1
Update zstd to 1.5.5
Update all other outdated dependencies
2023-04-15 00:02:41 +05:00
Kron4ek
ebd5243a4e Fix script size 2023-02-16 15:51:41 +05:00
ghtm2
b21c8401ae
Use curl instead of wget (#63) 2023-02-16 15:48:21 +05:00
ghtm2
b3c16de238
Fix shellcheck warnings and style (#62) 2023-02-16 00:57:05 +05:00
Kron4ek
c86cba4af3 Update integrated utils
Update bubblewrap to 0.7.0
Update dwarfs to the latest git revision (3dfad5a)
Update zstd to 1.5.4
Update glibc to 2.37
Update boost to 1.81
Update all other outdated dependencies
2023-02-10 16:11:08 +05:00
Kron4ek
ea3a106654 Update integrated utils
Update squashfuse to 0.1.105
Update dwarfs to the latest git revision (e8f489a)
Update lz4 to 1.9.4
Update all other outdated libraries
2022-08-26 19:51:12 +05:00
Kron4ek
c5684398b4 Update dwarfs
Update dwarfs to the latest git revision (525d7d6)
2022-06-13 17:35:24 +05:00
Kron4ek
53e64b65bf Update integrated utils
Update bubblewrap to 0.6.2
Update squashfs-tools to 4.5.1
Update dwarfs to the latest git revision of the wip branch (which should speed up mount times on HDDs)
Update all other outdated libraries
2022-06-01 14:26:26 +05:00
Kron4ek
e55b1e6869 Update integrated utils
Update bubblewrap to 0.6.1
Update dwarfs to the latest git revision
Update all other outdated libraries
2022-04-05 23:54:28 +05:00
Kron4ek
8524a4ee0d
Copy ld-linux-x86-64.so.2 manually
In case it is missing among other libraries in libs_list, which may happen on some distros.
2022-02-20 19:01:11 +05:00
Kron4ek
349b39874e Update integrated zstd to 1.5.2 2022-01-25 15:24:10 +05:00
Kron4ek
2b1795eb29
Update info about build dependencies 2022-01-16 15:32:50 +05:00
Kron4ek
eee6863f8a
Update info about build dependencies 2022-01-16 15:30:31 +05:00
Kron4ek
484a52c401
Disable unneeded functions for zstd
Makes zstd smaller.
2022-01-16 15:16:06 +05:00
Kron4ek
e31c70b3ad Fix dwarfs compilation 2022-01-06 21:20:28 +05:00
Kron4ek
ef9f16bb9d
New zstd version 2021-12-29 17:14:27 +05:00
Kron4ek
0c5dc8668e Update bubblewrap to 0.5.0 2021-08-24 14:38:39 +05:00
Kron4ek
d97077d026 Split squashfs and dwarfs utils
The dwarfs utils are relatively large (~20 MB when extracted) and are not needed for squashfs-compressed images, so it's better to move them into a separate archive.
2021-08-11 14:43:12 +05:00
Kron4ek
268ff808ba Implement the self-update function for dwarfs
And some other improvements.
2021-08-10 23:57:36 +05:00
Kron4ek
8292d055f0 Add dwarfs support 2021-08-06 17:10:31 +05:00
Kron4ek
ff29fd4d5f Add lzo, lzma and gzip support 2021-06-10 19:58:12 +05:00
Kron4ek
358acd8aca Add glibc libs and fuse3 support
The integrated utils now include two squashfuse binaries: the one is for fuse2 and the second is for fuse3.
Conty will automatically use the fuse3 version if fuse3 is installed, otherwise it will use the fuse2 version.

Besides, glibc libs are now included and they are used for the integrated utils.
Which means that the integrated utils now don't depend on system-wide glibc and will work even on really old distros (like Ubuntu 12.04, for example), assuming that kernel version is new enough, of course.
2021-06-09 23:46:31 +05:00
Kron4ek
b03f6dcab2 Update zstd to 1.5.0 2021-05-15 14:51:44 +05:00
Kron4ek
f402162502 Update squashfuse to 0.1.104 2021-04-12 01:57:53 +05:00
Kron4ek
cfa33a35f2
Add info about dependencies 2021-04-12 01:47:10 +05:00
Kron4ek
e93724cb01
Generate info file 2021-04-12 01:05:50 +05:00
Kron4ek
575e7f4662
Fix typo 2021-04-12 01:00:04 +05:00
Kron4ek
40fb6fabc0 Add script for the utils compilation 2021-03-28 21:31:25 +05:00