Skip to content

Commit

Permalink
Merge branch 'main' into fix/image-url-creation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Nov 21, 2024
2 parents 9aaad92 + 29568f5 commit dec549d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/onecx/docker-quarkus-jvm:0.13.0
FROM ghcr.io/onecx/docker-quarkus-jvm:0.14.0

COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ default LoadWorkspaceConfigResponseDTO createResponse(WorkspaceWrapper workspace
@Mapping(target = "remoteEntryUrl", source = "mfe.remoteEntry")
@Mapping(target = "elementName", source = "mfe.tagName")
@Mapping(target = "productName", source = "product.name")
@Mapping(target = "productVersion", source = "product.version")
RemoteComponentDTO createComponent(LoadProductItemPSV1 product, LoadProductMicrofrontendPSV1 mfe);

@AfterMapping
Expand Down
2 changes: 2 additions & 0 deletions src/main/openapi/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ components:
type: string
productName:
type: string
productVersion:
type: string
exposedModule:
type: string
remoteName:
Expand Down

0 comments on commit dec549d

Please sign in to comment.