Lib-73-Resolve-UnityAuth-GCS-Build-Error#52
Open
taberj-git wants to merge 3 commits intoUnityFoundation-io:mainfrom
Open
Lib-73-Resolve-UnityAuth-GCS-Build-Error#52taberj-git wants to merge 3 commits intoUnityFoundation-io:mainfrom
taberj-git wants to merge 3 commits intoUnityFoundation-io:mainfrom
Conversation
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>
9ed517c to
26613fb
Compare
jjelliott
reviewed
Feb 10, 2026
DockerfileFrontend-prod
Outdated
| @@ -1,5 +1,5 @@ | |||
| # Build the frontend and serve with nginx | |||
| FROM node:24 AS builder | |||
| FROM node:18 AS builder | |||
Contributor
There was a problem hiding this comment.
Are we sure this is necessary? 18 is not a supported version anymore AFAIK.
Contributor
Author
There was a problem hiding this comment.
Updated. Initially rolled back to the last working version.
c19a762 to
b5eaf62
Compare
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>
b5eaf62 to
cb6b488
Compare
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.
No description provided.