Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

image size #124

@tacy

Description

@tacy

Cluster-insight image size is 600+ MB, We could make it smaller, like this:

FROM gliderlabs/alpine:3.3

RUN apk-install \
        python \
        py-pip

COPY cluster-insight/collector /collector
RUN /usr/bin/pip install -r /collector/requirements.txt

EXPOSE 8080
CMD ["/usr/bin/python", "collector/collector.py"]

The image is reduced to 58MB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions