-
Notifications
You must be signed in to change notification settings - Fork 19
HYRAX-1964: Dockerize bes build #1213
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
base: master
Are you sure you want to change the base?
Conversation
|
Opening for review, but not going to merge until the accompanying PR in docker-hyrax is looking good. Note that we are not removing anything in this PR, only adding a new docker image build. We can remove the old rpm builds in a later PR, once we're sure we no longer need them. |
|
|
||
| git: | ||
| depth: false | ||
| depth: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...sneaking in a nicer Travis build! :)
| - export SNAPSHOT_IMAGE_TAG="opendap/${DOCKER_NAME}:snapshot" | ||
| - export BUILD_VERSION_TAG="opendap/${DOCKER_NAME}:${BES_BUILD_NUMBER}" | ||
| - bash ${TRAVIS_BUILD_DIR}/travis/build-rhel-docker.sh | ||
| # TODO: remove this before merging! Using for debugging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove before merging, once otherwise ready to go
|
|
|



Description
See HYRAX-1964 for details.