Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow release building without starting containers #126

Open
BrianSipos opened this issue Sep 6, 2024 · 0 comments
Open

Allow release building without starting containers #126

BrianSipos opened this issue Sep 6, 2024 · 0 comments
Labels
sustainment Long-term sustainment activities and technical debt removal
Milestone

Comments

@BrianSipos
Copy link
Collaborator

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.

@BrianSipos BrianSipos added the sustainment Long-term sustainment activities and technical debt removal label Sep 6, 2024
@BrianSipos BrianSipos added this to the ANMS v1.2.0 milestone Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sustainment Long-term sustainment activities and technical debt removal
Projects
Status: Todo
Development

No branches or pull requests

1 participant