Package as container image for future helm deployment#9
Merged
Conversation
detjensrobert
force-pushed
the
dr/packaging
branch
from
May 4, 2026 00:58
092bd1d to
8ff1861
Compare
Signed-off-by: Robert Detjens <github@detjens.dev>
this is recommended by upstream and does not need psql dev packages installed at build-time Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
This will build as `ghcr.io/osusec/beavercds-frontend:main` and `:vX.Y.Z` semver tags once we start using those. Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
force-pushed
the
dr/packaging
branch
2 times, most recently
from
May 4, 2026 01:21
8663aa7 to
b778075
Compare
Signed-off-by: Robert Detjens <github@detjens.dev>
Signed-off-by: Robert Detjens <github@detjens.dev>
preparing for easier cloud native postgres operator config Signed-off-by: Robert Detjens <github@detjens.dev>
detjensrobert
force-pushed
the
dr/packaging
branch
from
May 4, 2026 01:34
b778075 to
089172e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a container image to run both the regular Django app as well as the separate API app and static file server in a single container. This container is built as
ghcr.io/osusec/beavercds-frontend:mainandvX.Y.Ztags once we start using those. The build workflow runs on a PR to test but does not push up the image.