Skip to content

Podest2fhir#81

Merged
Threated merged 8 commits intomainfrom
podest2fhir
Feb 27, 2026
Merged

Podest2fhir#81
Threated merged 8 commits intomainfrom
podest2fhir

Conversation

@timakro
Copy link
Collaborator

@timakro timakro commented Feb 26, 2026

No description provided.

@timakro timakro requested a review from Threated February 26, 2026 17:41
Copy link
Member

@Threated Threated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop the second commit and you need to update the justfile which calls bootstrap to have the new IMAGE var instead of TAG in one place.

Comment on lines +79 to +85
docker_config=~/.docker/config.json
docker_config_mount=""
[ -f "$docker_config" ] && docker_config_mount="-v $docker_config:/root/.docker/config.json:ro"
docker run --rm \
-v {{ config_dir }}:{{ config_dir }} \
-v /var/run/docker.sock:/var/run/docker.sock \
$docker_config_mount \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm not super happy about that. In 99% of cases we pull public images anyways and this workaround is only because of podman as well right? Is there any reason to not make the podest2fhir image at least public already?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VM is using Docker now (docker compose uses an API that podman compatibility mode does not support yet containers/podman#17726). This workaround is also needed and works for Docker.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm sad but ok. Can you add a comment explaining why we need it and when we might not anymore? After that I will merge it

@timakro
Copy link
Collaborator Author

timakro commented Feb 27, 2026

Maybe we should consider keeping the second commit? Our CI would push feature branch images only to GHCR and this would make testing them possible especially with the new image option.

@Threated
Copy link
Member

Oh I see but will this work with the version tag push logic? I guess it's fine than

@timakro
Copy link
Collaborator Author

timakro commented Feb 27, 2026

Yes, releases will land on Docker Hub

@Threated Threated merged commit 845d7aa into main Feb 27, 2026
13 checks passed
@Threated Threated deleted the podest2fhir branch February 27, 2026 11:34
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.

2 participants