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

Docker images: Put binaries into standard locations #1819

Merged

Conversation

matyasselmeci
Copy link
Contributor

  • pelican and osdf go into /usr/local/bin
  • pelican-server and osdf-server go into /usr/local/sbin

Fixes #1744

- pelican and osdf go into /usr/local/bin
- pelican-server and osdf-server go into /usr/local/sbin

Fixes PelicanPlatform#1744
Copy link
Member

@jhiemstrawisc jhiemstrawisc left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the cleanup, Mat!

@jhiemstrawisc jhiemstrawisc merged commit dd2b3f2 into PelicanPlatform:main Dec 11, 2024
21 checks passed
@bbockelm
Copy link
Collaborator

@matyasselmeci / @jhiemstrawisc -- are there any backward compatability items to note here?

@jhiemstrawisc
Copy link
Member

I don't think there should be. We start containers by passing them a list of arguments, not by invoking any binary name directly. This preserves the formatting, but stores the binary in a separate location, so I'd be surprised if it didn't translate directly to our deployments.

I'll double check that our (minimal) existing documentation doesn't need to be updated to reference the new path.

@jhiemstrawisc
Copy link
Member

The previous binary paths /pelican/pelican and /pelican/osdf appear to be undocumented in our container setup docs.

@matyasselmeci matyasselmeci deleted the pr/fhs-container-layout.1744 branch December 11, 2024 17:13
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.

Images: don't put pelican binaries into /pelican
3 participants