Skip to content

Allow release building without starting containers #126

@BrianSipos

Description

@BrianSipos

Currently the ./build.sh tar will fail if it is run on a fresh docker state with no cached non-built images (e.g. redis). Running a ./build.sh before this will cause the images to be downloaded and cached but this behavior is confusing.

This can also be helped by adding build: sections to each appropriate container within the docker-compose.yml so that docker itself knows which images are external and then docker compose ... pull --ignore-buildable will work to cache these images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    sustainmentLong-term sustainment activities and technical debt removal

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions