Any docker image for building #1229
Answered
by
esigo
dimitrisfinas
asked this question in
Q&A
-
hello, do you have any docker image that would contain all prerequisites/third-parties so that we can build a new version more easily? |
Beta Was this translation helpful? Give feedback.
Answered by
esigo
Feb 22, 2022
Replies: 1 comment 1 reply
-
Hi @dimitrisfinas, thanks for reaching out to us. or the Dockerfile from main. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dimitrisfinas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dimitrisfinas, thanks for reaching out to us.
You may use the Dockerfile from my PR #1165:
docker build --build-arg BASE_IMAGE=gcc:8.5 -f ../docker/ubuntuLatest/Dockerfile . -t otel-cpp
.or the Dockerfile from main.