emaxerrno / redpanda_ci_image

because github don't allow overriding ENTRYPOINT we need a custom repanda image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redpanda_ci_image

Because github actions don't allow overriding ENTRYPOINT we need a custom repanda image where we can use environmental variables and arguments to specify such things as log level.

Environmental Options

  • DEFAULT_LOG_LEVEL passed to redpanda startup args, useful values are 'trace' or 'info'

Container arguments

example1: build docker run -t --rm --hostname redpanda_ci_image --name=redpanda_ci_image --env CREATE_TOPICS=foo,bar,baz ${IMG}

example2: build docker run -t --rm --hostname redpanda_ci_image --name=redpanda_ci_image --env CREATE_TOPICS=foo,bar:1,baz:3 ${IMG}

About

because github don't allow overriding ENTRYPOINT we need a custom repanda image

License:Apache License 2.0


Languages

Language:Shell 73.8%Language:Makefile 15.5%Language:Dockerfile 10.7%