Skip to content

Docker Image Version Control and Cache Management #23

@Abhay-2811

Description

@Abhay-2811

Currently, the Docker build process might use cached versions of dependencies and source code. We need to implement proper version control and cache busting to ensure we're always using the latest versions.

Current Issues:

  • Docker layer caching might use outdated dependencies
  • No version tracking in the image
  • Git repository cloning might use cached versions
  • NPM installations might use cached packages

Tasks:

  • Add build arguments for versioning
  • Implement cache busting for git clone
  • Force npm to fetch latest packages
  • Add version labels to the image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions