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

Pelican container not compatible with arm #438

Closed
jhiemstrawisc opened this issue Dec 1, 2023 · 1 comment · Fixed by #469
Closed

Pelican container not compatible with arm #438

jhiemstrawisc opened this issue Dec 1, 2023 · 1 comment · Fixed by #469
Assignees
Milestone

Comments

@jhiemstrawisc
Copy link
Member

Trying to build or work with the Pelican Docker container that comes pre-bundled with things like OA4MP and the scitokens-oauth2-server is very painful for people on ARM. In particular, trying to build the docker container on ARM immediately fails because of the line:

FROM hub.opensciencegrid.org/sciauth/scitokens-oauth2-server:release AS scitokens-oauth2-server

Do we have the ability to poke these upstream dependencies and have them built for arm as well?

@bbockelm
Copy link
Collaborator

bbockelm commented Dec 1, 2023

Didn't we hit this before? I see the following in dev.Dockerfile:

# We specify the platform as scitokens-oauth2-server didn't publish arm version and we don't want to
# fail on building this container on arm machine
FROM --platform=linux/amd64 hub.opensciencegrid.org/sciauth/scitokens-oauth2-server:release AS scitokens-oauth2-server

The files we pull from the scitokens Docker container are all Java (and hence the amd64 version is fine for all platforms).

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 a pull request may close this issue.

3 participants