Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default fcrepo URL for Hypercube to use port 8080 #266

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

dannylamb
Copy link
Member

This resolves issues/2190.

I guess we missed this default when removing the nginx proxy from the fedora container? 🤷 Not sure why this didn't manifest sooner, but it's easily fixable.

@nigelgbanks nigelgbanks merged commit 4b412c7 into main Nov 18, 2022
@nigelgbanks nigelgbanks deleted the issue-2190 branch November 18, 2022 14:13
@@ -29,7 +29,7 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca
addgroup nginx jwt && \
cleanup.sh

ENV HYPERCUBE_FCREPO_URL=fcrepo/fcrepo/rest \
ENV HYPERCUBE_FCREPO_URL=fcrepo:8008/fcrepo/rest \
Copy link
Contributor

Choose a reason for hiding this comment

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

8008 or 8080?

Copy link
Member Author

Choose a reason for hiding this comment

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

🤦

Copy link
Member Author

Choose a reason for hiding this comment

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

I've taken the liberty to straight push that fix: b3e273a

Sorry for the derp.

Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't break it either way, since it's not used for anything other than the configuration parser expects some value to be present. Nonetheless best that it's correct :)

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.

[BUG] Hypercube "Pimple Exception" in ISLE-DC
3 participants