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

Change the Building Structure to use more Package Managers #185

Description

@Cruiz102

Docker is super useful but it can become a headache everytime that we want to change the docker or change a dependency. The problem is that when we use docker we bake everything into the Image and If we want to change something we must change the whole image again. This can be cumbersome and we loose a lot of time in this building times.

I propose the following changes

  • Use a multistage building strategy in Docker.
  • Instead of downloading source Dependencies in the Docker, use package managers and save the builds in a docker Volume.

Activity

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

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