feat: better control of GRPC docker cache (#2070)

Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com>
This commit is contained in:
cryptk 2024-04-18 15:19:36 -05:00 committed by GitHub
parent 8f2681f904
commit 13012cfa70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 126 additions and 13 deletions

View file

@ -1,5 +1,6 @@
ARG IMAGE_TYPE=extras
ARG BASE_IMAGE=ubuntu:22.04
ARG GRPC_BASE_IMAGE=${BASE_IMAGE}
# extras or core
FROM ${BASE_IMAGE} as requirements-core
@ -104,7 +105,7 @@ RUN if [ ! -e /usr/bin/python ]; then \
###################################
###################################
FROM ${BASE_IMAGE} as grpc
FROM ${GRPC_BASE_IMAGE} as grpc
ARG MAKEFLAGS
ARG GRPC_VERSION=v1.58.0