HYRAX-1964: Build images from bes base docker image (bes_core) instead of bes and libdap rpms#107
Open
hannahilea wants to merge 31 commits intomasterfrom
Open
HYRAX-1964: Build images from bes base docker image (bes_core) instead of bes and libdap rpms#107hannahilea wants to merge 31 commits intomasterfrom
bes_core) instead of bes and libdap rpms#107hannahilea wants to merge 31 commits intomasterfrom
Conversation
hannahilea
commented
Feb 26, 2026
hannahilea
commented
Feb 26, 2026
hannahilea
commented
Feb 26, 2026
| # DOCKER_HUB_PSWD for our DockerHub account | ||
| - secure: "TwtIaxZhEc+THFGe7qcOTmgeXG37tG9Hqmx0/JQS4UBYmbM+n/RbxV0IK5WjTBsvV/UBPVPdYLb0EOgsZDWjrFR7kyemd1dLc4fgb7EnHEyl17GUK3CR+ZtnRNAn+u10CJ3lq1d+ttda0GrEOpGT9e2nqPo19BxQ4vlhuFq8TAb4lKfBz3y89sY0Py+3htDtqNrIcZ1Ca0cyKmkU90/42Hx5kmBJPcFAIIrxy46cF4iNyQ8cS5TAmY/vQ+ZcoiO5yCA6ACqKWqFH2i7qUZhVsBWI6VWgQTbuRKOJ4RdOv2QtHb3QGO+PdxxitpQvw2aYam4nI7WapqNk84hu+oXoavDSR0kN21vlpfvcyfIi9JuEGGmVb7irbCCVo27kLHrRrntByKJ7GpR5Wf9s8frWd53iri9k0DSwxvKGZBIaFPodnYsJKF1Ck16IrJrr6AgPZvTKN4vBesFiRvI6sIJrZL6gD62cW2s196zKaSzcT0DccUKCaG6/javNazMo+sk74tOgqaeX0r/whXv8Rc/oobdUFI0AkGGOTzp4+QHVKX1swPEVEjP00ewOyurQinG1yhkqOgQU7s6f5dXabepmnFtH5j5W8AjDL6kISk1w/UIfMwGkUDXyxSGZWLaLag2oDxb+0Xe4CC+9m6SxtnRSzUjXDzOL4QBB8ri0VBSMA2E=" | ||
| - BUILD_RECIPE="travis-build-recipe" | ||
| - BUILD_RECIPE="el8-build-recipe" |
Contributor
Author
There was a problem hiding this comment.
- TODO: revert before merge!
hannahilea
commented
Feb 26, 2026
| -e 's:=.*/lib/bes:='"$PREFIX"'/lib/bes:' \ | ||
| -e 's:=.*/share/bes:='"$PREFIX"'/share/bes:' \ | ||
| -e 's:=.*/share/hyrax:='"$PREFIX"'/share/hyrax:' \ | ||
| # -e 's:=/full/path/to/serverside/certificate/file.pem:=/etc/pki/bes/cacerts/file.pem:' \ |
Contributor
Author
There was a problem hiding this comment.
@ndp-opendap note the commented out additions here---these are things that previously are set in the rpms, but that i am currently NOT setting up here. should I be?? (this is duplicated across the various Dockerfiles, but I suspect answering in one place will transfer).
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.
Images to update (all for rhel8):
Before merge:
Note: does NOT update the rhel9 builds to build from this bes_core base image. That work will need to happen in another branch.