Add mie-opensource-landing image and PR preview#203
Draft
cmyers-mieweb wants to merge 12 commits intomainfrom
Draft
Add mie-opensource-landing image and PR preview#203cmyers-mieweb wants to merge 12 commits intomainfrom
cmyers-mieweb wants to merge 12 commits intomainfrom
Conversation
Introduce a new mie-opensource-landing Docker image and CI preview flow. Adds mie-opensource-landing/Dockerfile and a docker-bake target, and updates images/docker-bake.hcl to include the new target. Update .github/workflows/build-images.yml to trigger on mie-opensource-landing changes and to generate/push metadata and cache settings for the new image. Add .github/workflows/pr-preview.yml to build PR-specific images, push them, and deploy/cleanup preview containers. Also tweak the systemd unit to load /etc/environment and set the working directory for the service.
runleveldev
requested changes
Feb 18, 2026
Consolidate PR preview logic into the build-images workflow: add pull_request trigger, gate the main build to skip closed PRs, and introduce deploy-preview and cleanup-preview jobs to deploy/remove PR preview containers via Launchpad. Replace mie-opensource-landing image/bake target with a docs target (update docker-bake.hcl and bake/action references) and move/rename the Dockerfile to images/docs/Dockerfile (adding a service port LABEL). Remove the standalone pr-preview.yml workflow. Cache keys and metadata tags were adjusted to include PR/ref tags and docs-specific scopes.
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.
Issue: #196
Supporting Issue: mieweb/launchpad#5
Related PR: mieweb/launchpad#7
Introduce a new mie-opensource-landing Docker image and CI preview flow. Adds mie-opensource-landing/Dockerfile and a docker-bake target, and updates images/docker-bake.hcl to include the new target. Update .github/workflows/build-images.yml to trigger on mie-opensource-landing changes and to generate/push metadata and cache settings for the new image. Add .github/workflows/pr-preview.yml to build PR-specific images, push them, and deploy/cleanup preview containers. Also tweak the systemd unit to load /etc/environment and set the working directory for the service.