Lines Matching +full:python +full:- +full:artifacts
7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM python:3.9-slim-bookworm
17 RUN apt-get update -y && apt-get upgrade -y && apt-get install -y build-essential clang curl
21 RUN ln -s /usr/bin/python3 /usr/bin/python
22 RUN mkdir /artifacts
26 RUN cp -rL /workdir/bazel-bin/examples/cpp/csm/observability/csm_greeter_server /artifacts/
28 FROM python:3.9-slim-bookworm
32 RUN apt-get update \
33 && apt-get -y upgrade \
34 && apt-get -y autoremove \
35 && apt-get install -y curl
37 COPY --from=0 /artifacts ./