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

Docker-Compose Build Web is wasteful #6

@devanshk

Description

@devanshk

This is an improvement suggested by jboles@cmu.edu.

When you make a small change to the config files, you currently need to fully rebuild the Autolab web docker image - reloading 848MB rather than the few MB of data that are actually different. It would be better to create an intermediate docker container that has all the apt packages and ruby gems, then layer on top of that the Autolab files. This way you’d only have to rebuild the uppermost layer when making small changes, such as config files, etc.

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