Skip to content

Lib-73-Resolve-UnityAuth-GCS-Build-Error#52

Open
taberj-git wants to merge 3 commits intoUnityFoundation-io:mainfrom
taberj-git:bug/fix-build-link-issue
Open

Lib-73-Resolve-UnityAuth-GCS-Build-Error#52
taberj-git wants to merge 3 commits intoUnityFoundation-io:mainfrom
taberj-git:bug/fix-build-link-issue

Conversation

@taberj-git
Copy link
Contributor

No description provided.

taberj-git and others added 2 commits February 9, 2026 13:01
Configure MicronautDockerfile and NativeImageDockerfile tasks to set
useCopyLink=false, removing the COPY --link option from generated
Dockerfiles. This improves compatibility with Docker environments
that don't support BuildKit.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Jim Taber <taberj@objectcomputing.com>
Node 24 causes compatibility issues with Cloud Run deployment.
Reverting to Node 18 which was used in the last successful build.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Jim Taber <taberj@objectcomputing.com>
@taberj-git taberj-git force-pushed the bug/fix-build-link-issue branch from 9ed517c to 26613fb Compare February 9, 2026 19:07
@@ -1,5 +1,5 @@
# Build the frontend and serve with nginx
FROM node:24 AS builder
FROM node:18 AS builder
Copy link
Contributor

@jjelliott jjelliott Feb 10, 2026

Choose a reason for hiding this comment

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

Are we sure this is necessary? 18 is not a supported version anymore AFAIK.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated. Initially rolled back to the last working version.

@taberj-git taberj-git force-pushed the bug/fix-build-link-issue branch 2 times, most recently from c19a762 to b5eaf62 Compare February 11, 2026 00:07
The proxy_pass to unity-auth-api:8081 causes nginx to fail on startup
in Cloud Run since that hostname doesn't exist. This block was added
after the last successful deploy and breaks the container startup.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Jim Taber <taberj@objectcomputing.com>
@taberj-git taberj-git force-pushed the bug/fix-build-link-issue branch from b5eaf62 to cb6b488 Compare February 11, 2026 00:12
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