Skip to content

Conversation

f-peverali
Copy link
Contributor

@f-peverali f-peverali commented Aug 7, 2025

Test für eine Migration von IG Subscription (momentan Simplifier IG) nach IG Publisher Version.

Für das Review:
IG kann über folgende Datei angesehen werden: publisher-guides\Subscription-IG\output\index.html

Vorgehensvorschlag:
zunächst nicht mergen, sondern auf das post-Processing Skript warten (und entsprechend fsh files wieder einfügen)

Als Dokumentation zum Vorgehen beachte folgendes: ISiK-Subscriptions-Migration-Strategie.md - https://github.com/gematik/spec-ISiK-Basismodul/pull/839/files#diff-839f525b9763cdbee8c57d2650a5f77dd3aaf2e12245f6efc194cd761a452c65

@f-peverali f-peverali marked this pull request as draft August 14, 2025 13:46
@@ -1,9 +1,17 @@
FROM mcr.microsoft.com/devcontainers/base:alpine-3.18
FROM mcr.microsoft.com/devcontainers/base:alpine-3.20
Copy link
Member

Choose a reason for hiding this comment

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

here the version 3.22 could be used

ENV CLOUD_SDK_VERSION=464.0.0

# Google Cloud SDK herunterladen und installieren
RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz && \
Copy link
Member

Choose a reason for hiding this comment

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

The official documentation has ditched the SDK version from the URL: https://cloud.google.com/sdk/docs/install#installation_instructions

RUN apk add --no-cache nodejs npm

# Install Java (OpenJDK)
RUN apk add --no-cache openjdk11
Copy link
Member

Choose a reason for hiding this comment

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

why not a newer version?

TARGET=5.0.0
BUCKET_PATH=/ig/fhir/isik-basismodul
PREV="" # Leave empty to skip moving
BUCKET_NAME_DEV=gematik_gemspec_fhir_dev-0
Copy link
Member

Choose a reason for hiding this comment

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

should this really be part of this git repository?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The workflow for deployment on gemSpecPages (https://gemspec.gematik.de/docs/fhir/) relies on this file.
If you have a better idea how to solve it, let us have a talk with @cybernop

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