Evan Rusackas
aa94a8eebd
feat(docker/ci): migrate Docker and CI from npm to bun
...
Docker changes:
- Use oven/bun:1-debian as base image instead of node:20-trixie-slim
- Replace npm ci with bun install --frozen-lockfile
- Replace npm run commands with bun run
- Mount bun.lock instead of package-lock.json
- Update cache paths for Bun's cache directory
- Rename NPM_RUN_PRUNE env var to BUN_RUN_PRUNE
CI workflow changes:
- Update bashlib.sh npm-install function to use bun
- Update superset-frontend.yml to use bun run commands
- Update release.yml to use setup-bun action and changesets
- Update superset-e2e.yml to use setup-bun action
- Update superset-playwright.yml to use setup-bun action
- Update superset-translations.yml to use setup-bun action
Note: superset-embedded-sdk and superset-websocket remain on npm
as they are separate packages with their own lockfiles.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-10 11:46:21 -08:00
Evan Rusackas
dee063a4c5
feat(examples): Modernize example data loading with Parquet and YAML configs ( #36538 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-21 12:42:15 -08:00
Đỗ Trọng Hải
9968393e4c
feat(ci): add container security scan for image built for commits merged to mainline ( #36604 )
2026-01-07 07:04:46 +07:00
Aleksey Karpov
6fc7af5ba8
build: update Dockerfile to 3.11.14-slim-trixie ( #36047 )
2025-11-17 13:51:06 -08:00
Vitor Avila
0a95f74f11
chore: Docs and config improvements for Docker setup ( #35896 )
2025-10-31 02:42:19 -03:00
Elizabeth Thompson
0b73b4842f
fix: Enable DuckDB examples loading in showtime ephemeral environments ( #35294 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 13:21:33 -07:00
Michael S. Molina
bcf156c969
fix: Rename apache-superset-cli to apache-superset-extensions-cli ( #34883 )
2025-08-28 14:40:09 -03:00
Aleksey Karpov
b8c2f7db47
build(docker): update base debian image to 13 (trixie) ( #34821 )
2025-08-25 19:10:23 -07:00
Maxime Beauchemin
47414e18d4
feat: Use DuckDB for examples data in Docker development environment ( #34831 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-08-25 12:37:28 -07:00
Michael S. Molina
a8be5a5a0c
chore: Extensions architecture POC ( #31934 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
Co-authored-by: Ville Brofeldt <ville@Villes-MacBook-Pro-2024.local >
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-08-22 21:25:52 -03:00
Hari Kiran
6006a21378
docs(development): fix comment in the dockerfile ( #34391 )
2025-07-29 21:53:46 -07:00
Hari Kiran
131ae5aa9d
docs(development): fix typo in the dockerfile ( #34387 )
2025-07-29 14:24:18 -07:00
Hari Kiran
dc0c389488
docs(development): fix 2 typos in the dockerfile ( #34341 )
2025-07-28 15:06:21 -07:00
Maxime Beauchemin
c444eed63e
chore(docker): use editable mode in docker images ( #34146 )
2025-07-22 16:14:31 -07:00
Maxime Beauchemin
2c81eb6c39
feat(docker): do not include chromium (headless browser) by default in Dockerfile ( #34258 )
2025-07-22 13:12:55 -07:00
gpchandran
7b6885a020
build: update Dockerfile to 3.11.13-slim-bookworm ( #33745 )
2025-06-15 21:39:25 +07:00
gpchandran
f0b6e87091
chore: update Dockerfile - Upgrade to 3.11.12 ( #33612 )
2025-05-29 00:31:07 -07:00
Martyn Gigg
09b92e7d08
feat: Allow superset to be deployed under a prefixed URL ( #30134 )
...
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-04-09 13:43:44 -07:00
Dolph Mathews
2f6f5c6778
fix: Upgrade node base image to Debian 12 bookworm ( #32652 )
2025-03-13 12:56:24 -07:00
gpchandran
ad057324b7
fix: upgrade to 3.11.11-slim-bookworm to address critical vulnerabilities ( #32240 )
2025-02-13 08:32:48 -03:00
EmmanuelCbd
5a8488af36
fix(docker): Docker python-translation-build ( #32163 )
2025-02-06 12:49:36 -08:00
Michael S. Molina
53d944d013
fix: No virtual environment when running Docker translation compiler ( #32133 )
2025-02-04 10:43:25 -03:00
Maxime Beauchemin
732de4ac7f
fix: eph env + improve docker images to run in userspace ( #32017 )
2025-01-29 10:01:40 -08:00
Maxime Beauchemin
274aa143d3
chore: python version to 3.11 (while supporting 3.10) ( #31503 )
2025-01-13 18:22:49 -08:00
Maxime Beauchemin
0eca79cb6c
feat: use docker in frontend GHA to parallelize work ( #31490 )
2025-01-07 16:35:57 -08:00
Maxime Beauchemin
9da65d6bfd
chore: deprecate pip-compile-multi in favor or uv ( #31313 )
2024-12-18 17:40:58 -08:00
Maxime Beauchemin
3375e65486
feat(gha): various docker / docker-compose build improvements ( #31386 )
2024-12-16 17:50:15 -08:00
Maxime Beauchemin
1f17b975d6
fix: docker refactor ( #31385 )
2024-12-13 16:17:44 -08:00
Maxime Beauchemin
dd1ba96adf
feat: use uv in CI ( #31260 )
2024-12-02 18:16:56 -08:00
Maxime Beauchemin
b3559f644c
chore: simplify Dockerfile package install calls with bash wrappers ( #31034 )
2024-12-02 17:57:01 -08:00
Maxime Beauchemin
e0deb704f9
feat: make ephemeral env use supersetbot + deprecate build_docker.py ( #30870 )
2024-11-22 14:19:08 -08:00
Maxime Beauchemin
0af124eaae
feat: add a script to check environment software versions ( #29609 )
2024-11-08 13:17:55 -08:00
Martyn Gigg
46b1d869b1
fix: Move copying translation files before npm run build in Docker ( #30099 )
2024-09-16 13:43:11 -07:00
Maxime Beauchemin
bcbd679a75
chore(docker): move mysql os-level deps (GPL) to dev image only ( #29771 )
2024-09-15 10:24:14 -06:00
Maxime Beauchemin
cc39afef46
chore: accelerate docker compose by skipping frontend build ( #30021 )
2024-09-04 08:52:16 -07:00
Kamil Gabryjelski
75c500c9a5
fix: Handle zstd encoding in webpack proxy config ( #30034 )
2024-08-28 17:17:12 +02:00
Evan Rusackas
8e2f81816f
build(node): Bumping to Node 20 ( #29988 )
2024-08-21 16:48:21 -06:00
Maxime Beauchemin
8d57a35531
feat: bake translations as part of the build processes ( #28483 )
2024-05-29 16:58:08 -07:00
Aleksey Karpov
8f0baa45b6
chore(docker): Reduce image size and update GECKODRIVER_VERSION ,FIRE… ( #28508 )
2024-05-15 15:02:04 -06:00
Maxime Beauchemin
c225e17a75
chore: consolidate the Superset python package metadata ( #27884 )
2024-04-15 14:44:47 -07:00
Maxime Beauchemin
40e77be813
feat: optimize docker-compose up for faster boot time ( #27953 )
2024-04-12 16:07:49 -07:00
Evan Rusackas
5603453c18
chore(node): bumping Superset to Node 18 ( #27198 )
2024-04-02 16:48:08 -06:00
Maxime Beauchemin
9fea3154fa
fix: pkg-config dependency in Dockerfile ( #27855 )
...
Co-authored-by: Insider <ziglee@mail.ru >
2024-04-02 13:36:13 -07:00
EugeneTorap
3a34c7ff7c
chore: Bump to Python3.10 ( #24112 )
...
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2024-04-02 09:47:58 -07:00
Maxime Beauchemin
6f3afab01d
fix(docker): error around missing requirements/base.txt ( #27608 )
2024-03-21 12:22:57 -07:00
Maxime Beauchemin
56a6660c16
chore: 2nd try - simplify python dependencies ( #27505 )
2024-03-18 18:39:41 -07:00
Maxime Beauchemin
372cac9527
chore: upgrade setuptools/pip in Dockerfile ( #27405 )
2024-03-11 09:42:14 -07:00
Aleksey Karpov
f68dd8293f
fix(docker): Remove race condition when building image ( #26205 )
2023-12-07 09:54:59 -03:00
Aleksey Karpov
e1a91e2228
feat(docker): Use docker buildx and Add ARM builds for dockerize and websocket ( #25377 )
2023-09-25 13:08:21 -07:00
Aleksey Karpov
467e062e8e
build(docker): bump geckodriver and firefox to latest ( #25287 )
2023-09-14 14:23:48 -07:00