alekseyolg opened a new pull request, #34821:
URL: https://github.com/apache/superset/pull/34821

   ### SUMMARY
   The slim Python images are based on the latest Debian release.
   
   Debian 13 Trixie was released two weeks ago.
   
   This version will be actively supported going forward, while bookworm will 
end full support in 2026 and will only receive critical security updates
   https://www.debian.org/releases/bookworm/index.ru.html
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   Manually build from the Dockerfile,
   ```
   docker build --target lean -t superset .
   ```
   In stdout, we should see that the image is built from 3.9-slim-trixie
   ```
   Sending build context to Docker daemon    127MB
   Step 1/31 : ARG PY_VER=3.11.13-slim-trixie
   ```
   And the build should finish without error.
   ```
   Successfully tagged superset:latest
   ```
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to