File tree 4 files changed +1
-6
lines changed
4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ CHECKOUT_SERVICE_PORT=5050
47
47
CHECKOUT_SERVICE_ADDR = checkoutservice:${ CHECKOUT_SERVICE_PORT }
48
48
49
49
# Currency Service
50
- OPENTELEMETRY_CPP_VERSION = 1.13.0
51
50
CURRENCY_SERVICE_PORT = 7001
52
51
CURRENCY_SERVICE_ADDR = currencyservice:${ CURRENCY_SERVICE_PORT }
53
52
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ services:
129
129
context : ./src/currencyservice
130
130
cache_from :
131
131
- ${IMAGE_NAME}:${IMAGE_VERSION}-currencyservice
132
- args :
133
- - OPENTELEMETRY_CPP_VERSION
134
132
deploy :
135
133
resources :
136
134
limits :
Original file line number Diff line number Diff line change @@ -160,8 +160,6 @@ services:
160
160
context : ./src/currencyservice
161
161
cache_from :
162
162
- ${IMAGE_NAME}:${IMAGE_VERSION}-currencyservice
163
- args :
164
- - OPENTELEMETRY_CPP_VERSION
165
163
deploy :
166
164
resources :
167
165
limits :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FROM alpine:3.18 as builder
18
18
19
19
RUN apk update && apk add git cmake make g++ grpc-dev protobuf-dev linux-headers
20
20
21
- ARG OPENTELEMETRY_CPP_VERSION
21
+ ARG OPENTELEMETRY_CPP_VERSION=1.13.0
22
22
23
23
RUN git clone https://github.com/open-telemetry/opentelemetry-cpp \
24
24
&& cd opentelemetry-cpp/ \
You can’t perform that action at this time.
0 commit comments