Commit Graph

167 Commits

Author SHA1 Message Date
tcely
7dddc9582b
Merge branch 'main' into patch-6 2025-05-25 03:11:15 -04:00
tcely
f3ef6ea550
Move the copied HOME to the tmpfs 2025-05-25 02:39:05 -04:00
tcely
2ec805e74a
Do not fail to hard link and produce a warning 2025-05-25 02:30:31 -04:00
tcely
deacb83ca7
Install using uv pip install
When `pipenv` installs it is using a virtual environment that `uv` created for it to run as a tool.
2025-05-25 02:20:46 -04:00
tcely
4c8adbe222
Merge branch 'meeb:main' into patch-15 2025-05-25 02:02:05 -04:00
tcely
ad91583863
Ensure that we can use pip later 2025-05-25 02:01:08 -04:00
meeb
06652b0a06
Merge pull request #1064 from tcely/patch-15
Install using `uv`
2025-05-25 16:00:31 +10:00
tcely
b84fbb77df
Install and run pipenv using uv 2025-05-25 01:54:06 -04:00
tcely
de9ee5e717
Bind mount uv into PATH 2025-05-25 01:44:03 -04:00
tcely
cc05d7fccf
Add uv stages 2025-05-25 01:39:43 -04:00
tcely
7375fd9b90
Update Dockerfile 2025-05-24 23:58:34 -04:00
tcely
2141e1e6b2
Ensure the tubesync-nginx stage is working 2025-05-24 23:28:11 -04:00
tcely
2483cda1af
Remove the unused getpot_bgutil_script plugin 2025-05-19 05:54:23 -04:00
tcely
144720f6af
Switch to the openresty stage 2025-04-30 22:47:53 -04:00
tcely
e58c4bae99
Switch back to the nginx-light stage 2025-04-30 22:13:45 -04:00
tcely
f9d1e00356
fixup: remove the extra newline 2025-04-30 21:41:57 -04:00
tcely
7ca79af746
Use the openresty binary 2025-04-30 21:36:20 -04:00
tcely
cfb4b4ca17
Don't install nginx binaries 2025-04-30 21:32:54 -04:00
tcely
3f073b3ec3
Include openresty 2025-04-30 19:09:55 -04:00
tcely
2b27d1bd1e
Do not use the glibc alias 2025-04-23 13:34:58 -04:00
tcely
10e5a72e2c
Match --list-archive output 2025-04-23 13:15:45 -04:00
tcely
21d884c6e9
Use the default locale before the new one is ready 2025-04-23 13:02:17 -04:00
tcely
8fe43170a4
Debian on arm is armhf
Not that we are likely to use this,  but I figured this out, and it costs nothing to leave a case here.
2025-04-17 15:32:14 -04:00
tcely
a6fea90720
Remove a raw value
For now, `file_ext` has the same value as,
`CHECKSUM_ALGORITHM`,
but I used another variable to make changing it easier.
2025-04-17 15:28:20 -04:00
tcely
624406eb27
Add /etc/apt/apt.conf.d/docker-disable-pkgcache 2025-04-17 14:41:21 -04:00
tcely
6293625a01
Clean up old debconf cache files 2025-04-03 15:19:08 -04:00
tcely
f150ce21d0
Force new yt-dlp version 2025-03-26 02:44:58 -04:00
tcely
5385599542
Reorder the copy layers 2025-03-24 15:18:48 -04:00
tcely
d31f29aa7c
Merge branch 'main' into patch-10 2025-03-19 01:38:31 -04:00
tcely
35f0dcff55
Remove FFMPEG_DATE value from Dockerfile 2025-03-19 01:35:19 -04:00
meeb
3d6a217f20 bump ffmpeg and yt-dlp 2025-03-19 15:36:36 +11:00
meeb
d222df1aae
Merge pull request #831 from tcely/patch-10
Delete pip.conf
2025-03-18 06:09:00 +11:00
tcely
5383d57946
Remove an unnecessary rm 2025-03-15 12:40:43 -04:00
tcely
9021411037
Reorganize layers for better caching 2025-03-15 12:24:43 -04:00
tcely
8dc2455bfa
Use the tubesync-basestage 2025-03-15 11:53:58 -04:00
tcely
6507499047
Merge branch 'meeb:main' into patch-10 2025-03-14 16:04:22 -04:00
tcely
30b3f08b17
Merge branch 'main' into patch-6 2025-03-13 10:32:53 -04:00
tcely
ef5b939caf
Check the copied nginx configuration
Checking before the copy doesn't help.

Fixes #804
2025-03-12 13:02:55 -04:00
tcely
552e46faf4
Remove /etc/pip.conf from Dockerfile 2025-03-11 12:00:04 -04:00
tcely
2cd33672af
Remove python3-python-socks 2025-03-11 09:05:38 -04:00
tcely
092e5ef54c
Add python3-socks 2025-03-11 08:38:25 -04:00
tcely
239cfca534
Use socks support from the operating system 2025-03-11 08:24:02 -04:00
meeb
f0e6f2819d
Merge pull request #808 from tcely/patch-12
Speed up `arm64` builds
2025-03-11 22:17:16 +11:00
tcely
7c0891c703
Link to the python3 version immediately after installing it 2025-03-08 10:45:28 -05:00
tcely
b553443255
Copy patches before trying to use them 2025-03-08 10:31:31 -05:00
tcely
a00f3e8d65
Speed up arm64 builds
This is the dependency that takes so long to compile that it dominated every other part of the build time.

It's a ~12 MiB wheel when we compile from the latest source.
2025-03-05 08:51:47 -05:00
tcely
5a0d0345a8
Bump ffmpeg 2025-03-04 11:11:40 -05:00
tcely
623affef4a
Verify nginx configuration for the image 2025-03-03 10:06:47 -05:00
tcely
fd0743986b
Restrict PYTHONPYCACHEPREFIX to pipenv
It turns out `apt` and friends don't play nicely with that variable.
2025-02-28 17:41:59 -05:00
tcely
0786933c5f
Tweak the comment 2025-02-28 14:04:29 -05:00