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

Fixing onbuild #114

Closed
wants to merge 10 commits into from
Closed

Fixing onbuild #114

wants to merge 10 commits into from

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Jan 13, 2020

No description provided.

build.py Outdated
@@ -58,6 +58,8 @@ def docker_build(image_spec, path, build_args):
for k, v in build_args.items():
command += ['--build-arg', f'{k}={v}']
command.append(path)
# debug
print(command)
subprocess.check_call(command, shell=True)
Copy link
Member Author

Choose a reason for hiding this comment

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

@yuvipanda - I'm not getting any output from this call and the onbuild image isn't showing up. Any thoughts on what is going on here?

Copy link
Member

Choose a reason for hiding this comment

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

@scottyhq
Copy link
Member

Issue: We want to test building the base image and then have all other on-build images run as parallel jobs. Currently the base image builds, but is not among the local docker images for dependent jobs, nor is it currently pushed to a public access point, so we get failures like manifest for pangeo/base-notebook-onbuild:2020.01.28-3f9989d not found: manifest unknown: manifest unknown

I'll try a solution which pushes base images to dockerhub with a temporary 'PR' tag modifier. Then when the PR is merged those images can be retagged and the 'PR' tags deleted.

@scottyhq scottyhq mentioned this pull request Jan 31, 2020
@scottyhq
Copy link
Member

scottyhq commented Feb 6, 2020

closing in favor of #118

@scottyhq scottyhq closed this Feb 6, 2020
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.

3 participants