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

F/add local bcd #54

Merged
merged 3 commits into from
Oct 18, 2024
Merged

F/add local bcd #54

merged 3 commits into from
Oct 18, 2024

Conversation

maurolacy
Copy link
Contributor

Adds a docker image with a local bcd instance for testing / integration purposes.

Copy link
Member

@SebastianElvis SebastianElvis left a comment

Choose a reason for hiding this comment

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

Great work 👍

Makefile Outdated
Comment on lines 23 to 24
# A local bcd image with users and funds for testing / development / integration purposes
build-local-bcd:
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile .
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# A local bcd image with users and funds for testing / development / integration purposes
build-local-bcd:
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile .
# A local bcd image with users and funds for testing / development / integration purposes
build-bcd:
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile .

I would imagine we will be using this for local deployments as well

@SebastianElvis
Copy link
Member

Also should this be pushed to main or 0.5.x?

@maurolacy
Copy link
Contributor Author

maurolacy commented Oct 18, 2024

Also should this be pushed to main or 0.5.x?

I'll merge to 0.5.x first, and then backport all this to main. The idea is to tag a new rc with this stuff, to reference it in the integration doc.

@maurolacy maurolacy merged commit 57dbcdb into 0.5.x Oct 18, 2024
5 checks passed
@maurolacy maurolacy deleted the f/add-local-bcd branch October 18, 2024 11:06
maurolacy added a commit that referenced this pull request Oct 18, 2024
Adds local bcd instance docker image
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