Skip to content

Containarize application #124

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

siryur
Copy link

@siryur siryur commented Aug 12, 2024

This is to provide the capability for the application to be executed
in a pre-setup containerized environment.

With a multi-stage Dockerfile, capable of caching dependencies,
and producing a live image and a development image (the latter
to help with the development setup, but also capable of being used
for other purposes.

This also comes with a new CI step to validate the (expected) final
image can be built.

@siryur siryur requested a review from a team as a code owner August 12, 2024 20:20
Copy link

hashicorp-cla-app bot commented Aug 12, 2024

CLA assistant check
All committers have signed the CLA.

@siryur siryur force-pushed the feature/containerize-application branch 2 times, most recently from 51d97ae to d9f1e86 Compare August 12, 2024 20:46
Provide a multi-stage dockerfile capable of caching dependencies
and producing a live image and a development image to help with the
development setup, and others.

This also comes with a new CI step to validate the (expected) final
image can be built.
@siryur siryur force-pushed the feature/containerize-application branch from d9f1e86 to ad84641 Compare August 12, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant