Federico Ferlito
10/15/2025, 11:00 AMMarvin
10/15/2025, 11:00 AMMarvin
10/15/2025, 11:01 AMFROM prefecthq/prefect:3-latest
# Copy your built UI assets into the image (path may vary depending on your build)
COPY --chown=app:app dist/ /ui/
- Run your Prefect Server using this custom image.
- Reverse proxy or browser-level CSS workaround
- If you control the reverse proxy, you could inject a small CSS file to hide that specific element by class/id (this is brittle and can break on UI updates).
- Quick client-side workaround: use a browser extension (e.g., Stylus or uBlock Origin) to hide the element via a custom CSS rule. This won’t be organization-wide unless enforced at the browser or proxy level.
- Prefect Enterprise
- If you’re running Prefect Enterprise (self-hosted commercial), reach out to your account team—Enterprise builds typically don’t include OSS upsell banners.
Would you like me to open a feature request to add a supported flag to disable the banner in self-hosted environments? Also, can you confirm:
- Your Prefect version (2.x or 3.x)?
- Whether you’re on OSS Server or Enterprise?
- If a custom image approach would work for your setup?