Skip to content

Dockerfile for Docker image? #483

Answered by emaxerrno
javieryanez asked this question in Q&A
Discussion options

You must be logged in to vote

the docker file is generated by the build, it basically it's generated in memory & build & pushed by our build, there doesn't exist a dockerfile we use the docker-py to build it in our build.

tl;dr is just extends from debian:buster and apt-get install a locally built package w/ sanitized dependencies. i.e.: the deps we keep track down to a sha256 of every change of the entire transitive dependency for redpanda including the compiler (clang-11) for whatever we produce.... it's quite a complex thing and britle - that part is not in the main tree. it is part of our larger services/build stuff.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@javieryanez
Comment options

Answer selected by dotnwat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants