You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @travisjeffery
i'd like to play with your project, but i think, after moving dep -> go modules it is unusable.
I can provide PR for features in subject, please confirm that the changes will be accepted,
and, one more question, do you know who or where using it in production ?
The text was updated successfully, but these errors were encountered:
BOPOHA
added a commit
to BOPOHA/jocko
that referenced
this issue
Apr 27, 2020
…ffery#163"
- removed dep-related comands and notes
- added two Dockerfiles (works with Podman, Buildah too)
- "prod": for clean build, with tests, runnng with non-root user, from scratch container
- "dev": there is caching for golang deps, without tests, run as root, and result container can be not from scratch, for debug reasons.
- docker-compose file:
- added shared context-build block, DRY.
- removed command name `jocko` in line `command: jocko broker...` because of we using the same ENTRYPOINT in docker file.
- small fixes in module paths:
- "github.com/hashicorp/consul/testutil/retry" -> "github.com/hashicorp/consul/sdk/testutil/retry"
- update go.mod to the lastest version for all transitive deps (exepts github.com/mitchellh/go-testing-interface v1.4.0)
hello @travisjeffery
i'd like to play with your project, but i think, after moving
dep -> go modules
it is unusable.I can provide PR for features in subject, please confirm that the changes will be accepted,
and, one more question, do you know who or where using it in production ?
The text was updated successfully, but these errors were encountered: