pgpool / pgpool2_on_k8s

57 stars 36 forks source link

Enable memcached and use build stages for smaller image #28

Open ziouf opened 1 year ago

ziouf commented 1 year ago

enable memcached integration by

use build stages for smaller final image

$ docker image ls
REPOSITORY      TAG               IMAGE ID       CREATED        SIZE
pgpool/pgpool   4.4.3-memcached   b324557118c0   15 hours ago   63.1MB  <-- new image size
pgpool/pgpool   4.4.3             1db5b775ea5a   3 weeks ago    709MB   <-- from docker hub

@pengbo0328 @pgpool