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

Update Provenance config to remove Kafka dependency #157

Merged
merged 3 commits into from
Aug 19, 2023

Conversation

iramiller
Copy link
Contributor

Kafka is no longer required for building Provenance (thankfully).

Kafka is no longer required for building Provenance (thankfully).
@iramiller
Copy link
Contributor Author

./main build -c provenance -g v1.16.0                                                                                                                                                         Tue Jul 25 18:23:46 2023
Loaded chains from Projects/heighliner/chains.yaml
Using local cosmos/native.Dockerfile
Go version from go.mod: 1.20, will build with version: 1.20.1 image: 1.20.1-alpine3.17
Building image from ref: v1.16.0, resulting docker image tags: +[provenance:v1.16.0]
Step 1/46 : ARG BASE_VERSION
Step 2/46 : FROM golang:${BASE_VERSION} AS build-env
[...]
Step 46/46 : USER heighliner
 ---> Running in 1d41bd1c4dc6
Removing intermediate container 1d41bd1c4dc6
 ---> eb2edaeed78f
Image ID: sha256:eb2edaeed78fa9cd9d175d60169ca4e338970a968a62232559e98cc6c5425cfd
[Warning] One or more build-args [DIRECTORIES GO_VERSION NAME BASE_IMAGE FINAL_IMAGE TARGET_LIBRARIES] were not consumed
Successfully built eb2edaeed78f
Successfully tagged provenance:v1.16.0

and

docker run -it --rm --entrypoint sh provenance:v1.16.0                                                                                                                                 3.9m  Tue Jul 25 18:28:02 2023
~ $ provenanced version
v1.16.0
~ $ pwd
/home/heighliner

Copy link
Member

@agouin agouin left a comment

Choose a reason for hiding this comment

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

thank you!

@agouin agouin merged commit c464aed into strangelove-ventures:main Aug 19, 2023
2 checks passed
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.

None yet

2 participants