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

Build using custom/local Docker registry #65

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dra27
Copy link
Contributor

@dra27 dra27 commented Oct 24, 2020

Draft (at least) until:

  • README.md updated
  • Submodules pointing back to ocurrent

The tweak to opam init can obviously be spun out to another PR, as can the --submission-service change.

I've started updating README.md with instructions on running a local scheduler and worker and also a local development docker registry, so on my machine I can say docker run --rm -it localhost:5000/ocurrent/opam. This could be updated to do similarly for the reads, and make it entirely free of Docker Hub... but the main reason I hacked this in originally was because I being lazy about having to set-up the secrets on my Docker ID 🙂

@talex5
Copy link
Contributor

talex5 commented Oct 26, 2020

Sounds useful! The opam init changes could indeed be merged now if you want to make a PR for that.

src/base_images.ml Outdated Show resolved Hide resolved
.gitmodules Outdated Show resolved Hide resolved
Allows the entire process to run without needing to push to Docker hub
(which allows the process to run without needing any real secrets)
@dra27
Copy link
Contributor Author

dra27 commented Nov 12, 2020

This is now just the local registries stuff - although I think it's still a bit related to ocurrent/ocluster#86 (that is, the message about not pushing to the hub I don't think is true - it will now try but fail)

@benmandrew benmandrew force-pushed the master branch 2 times, most recently from 64dfa12 to 5b6d232 Compare February 14, 2024 15:14
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.

2 participants