Carol (Nichols || Goulding)
beede9bd4e
feat: Test and build releases with the Kafka feature enabled
2021-12-09 08:49:34 -05:00
Carol (Nichols || Goulding)
2561af666e
fix: Use profile name variable in build artifact paths
...
Co-authored-by: Marco Neumann <marco@crepererum.net>
2021-12-08 09:53:19 -05:00
Carol (Nichols || Goulding)
361745803e
feat: Use a PROFILE arg/env var in the Dockerfile
2021-12-08 09:53:19 -05:00
Marco Neumann
1706bc94a0
chore: provide a single way to build prod IOx images
...
Closes #3310 .
2021-12-06 15:20:28 +01:00
Jacob Marble
2976244244
chore: update one-shot Dockerfile to not depend on rust:ci ( #3133 )
...
* chore: update one-shot Dockerfile to not depend on rust:ci
* chore: update Debian to bullseye
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-11-18 16:01:32 +00:00
Marco Neumann
640cd88df3
ci: update CI images from docker buster to bullseye
...
This will break `perf_image` until the new CI image is built due to the
newly required `--all-tags` parameter to `docker push` that isn't
available for the docker version we run on buster.
2021-11-17 10:00:31 +01:00
Marco Neumann
705fa3cb98
fix: dockerfiles should select database server mode by default ( #3010 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-11-03 18:06:01 +00:00
Raphael Taylor-Davies
92e6173f49
feat: implement jaeger-agent protocol directly ( #2607 )
...
* feat: implement jaeger-agent protocol directly
* chore: review feedback
* fix: remove jaeger feature flag
2021-09-22 17:30:37 +00:00
Raphael Taylor-Davies
3fdc0e9a6a
chore: remove orphaned code from trogging ( #2371 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-08-24 10:12:59 +00:00
Andrew Lamb
5e1cb244f7
feat: make pprof optional ( #2331 )
2021-08-18 15:13:37 +00:00
Jacob Marble
c068c36011
chore: enable object stores and tracing impls in Dockerfile ( #2327 )
...
Make the image generated by Dockerfile very useful for users who don't
have to build it themselves. Enable all object store backends and
tracing destinations.
2021-08-17 10:55:40 -07:00
Marko Mikulicic
58b01b4ad3
fix: Add ca-certificates to iox docker image
2021-03-15 16:53:42 +00:00
Marko Mikulicic
334fb149b1
feat: Rename server run command to just run
...
Closes #976
2021-03-12 18:36:04 +01:00
Marko Mikulicic
8029aa887d
feat: Add subcommands to server
2021-03-11 16:07:42 +00:00
Marko Mikulicic
79105b2c50
feat: Make server no longer the default command
2021-03-10 16:49:49 +01:00
Marko Mikulicic
4643dee61a
feat: Simplify Dockerfile
...
Simplify Dockerfile by re-using toolchain and build dependencies from the image used to run iox's CI
system.
2021-03-02 18:06:53 +00:00
Jacob Marble
485024cb5b
feat(docker): add one-command Dockerfile
...
This adds a simple Dockerfile for anyone to just `docker build .` and
get a Docker image. This Dockerfile is optimized for human consumption,
not for build performance.
2021-03-01 15:45:27 -08:00