Skip to content

optimize docker images #109

Closed
Closed
@jornh

Description

I would like to introduce a few optimizations of Docker images across the three service repos:

  • Reduce image size by switching to python:3-slim as base image, e.g. Airflow does this as well - this means even quicker Quickstart
  • Increase caching to speed up builds (mostly by eliminating pypi/npm dependency pulls and builds)
  • Add Gunicorn similar to what's already introduced in Updated Dockerfile to be flexible amundsenmetadatalibrary#66 to allow for a more production ready config (Werkzeug still possible if someone is using it)

This issue mostly to have a common place to link to for discussion etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    keep freshDisables stalebot from closing an issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions