💚(docker) vendor mime.types file i/o fetching from Apache

Signed-off-by: Laurent Paoletti <lp@providenz.fr>
This commit is contained in:
Laurent Paoletti
2026-02-09 17:05:39 +01:00
parent a919d9a63b
commit 63e0e6c383
5 changed files with 1872 additions and 2 deletions
+2
View File
@@ -9,9 +9,11 @@ skip =
**/e2e/report/**,
*.tsbuildinfo,
**/uv.lock,
./docker/files/etc/mime.types,
check-filenames = true
ignore-words-list =
afterAll,
statics,
exclude-file =
./src/backend/chat/agent_rag/web_search/mocked.py,
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
- name: Install gettext (required to compile messages) and MIME support
run: |
sudo apt-get install -y gettext pandoc shared-mime-info
sudo wget https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -O /etc/mime.types
sudo cp $GITHUB_WORKSPACE/docker/files/etc/mime.types /etc/mime.types
- name: Generate a MO file from strings extracted from the project
run: uv run python manage.py compilemessages
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 💚(docker) vendor mime.types file instead of fetching from Apache SVN
## [0.0.13] - 2026-02-09
### Added
+1 -1
View File
@@ -93,7 +93,7 @@ RUN apk add \
pango \
shared-mime-info
RUN wget https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -O /etc/mime.types
COPY ./docker/files/etc/mime.types /etc/mime.types
# Copy entrypoint
COPY ./docker/files/usr/local/bin/entrypoint /usr/local/bin/entrypoint
File diff suppressed because it is too large Load Diff