Andrew
Andrew
# Summary With default configuration, the 1ambda/kafka-connect stack fails the first Source send, because the auto topic creation fails to do all the work necessary to establish the topic. #...
# Summary When the 1ambda/kafka-connect stack tries to create a kafka topic "names", no broker becomes the leader. # Source https://github.com/mcandre/hello-kafka-connect # Trace ``` $ gradle clean shadowJar $ docker-compose...
GitHub reports that the version of lodash found in the dependency tree of grunt-cli is vulnerable. Please update, or even remove, the affected dependencies in order to resolve the alerts.
```console $ npm audit ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ set-value │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ grunt-cli [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ grunt-cli...
`parallel` can default to 4, significantly speeding up backups.
When AWS fails to authenticate during backup operation, the kube-task container keeps running forever. Please fix the error handling logic so that any authentication / authorization errors fail loudly and...
Could we please add the ability to restore the backed up data using kube-tasks image?
dockerfile_lint does a good job linting `RUN` directives in Dockerfile's, considering many corner cases and risks of shell code. However, many Dockerfile's move the bulk of their provisioning logic into...
As an engineer, I want dockerfile_lint to recognize more kinds of package managers and report findings when they are not cleaned, so that I can lint even more kinds of...
As a Docker users, I want dockerfile_lint to stop reporting some kinds of findings, such as "There is no 'EXPOSE' instruction" and "There is no 'CMD' instruction", so that I...