Convert postgres container to be based on the minimal os-core
container, using a multistage build technique to add additional
Clear Linux content.
Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
To help analyze the container image size by layers, assume
each container image be comprised of:
Layer 1: clearlinux:latest
Layer 2: swupd update
Other layers: the container configurations
With this, we can continue to optimize layer size accordingly.
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
This link should be more stable and always provide the latest
information about swupd command-line options.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
Use postgres instead of postgresql for the image name to align with the
Docker official library upstream.
Signed-off-by: George T Kramer <george.t.kramer@intel.com>