Davlet Panech 411261ae81 debian: add Docker service to helm chart
* New pod stx-docker running "docker-in-docker" image
* New optional env var STX_INSECURE_DOCKER_REGISTRIES to disable SSL
  validation for select registries in stx-docker
* stx-builder: install docker client in POD image
* stx-builder: add env vars that point docker client to the new docker
  service POD

TESTS
=====
* Rebuild all build images
* Make sure docker works within "builder" pod:
  - docker pull
  - docker build
  - docker login
  - docker push
  - docker run with volume mounts under /localdisk/{loadbuild,designer},
    make sure these location are visible and can be mounted by the
    docker service

Story: 2009897
Task: 44691
Change-Id: I2b51c5f90bf2dee1ed6a159c60d76fc05e1f325a
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
2022-03-10 13:32:37 -05:00

25 lines
1.1 KiB
YAML

---
apiVersion: v2
name: stx-docker
description: A Helm chart for the docker daemon in StarlingX build environment
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.16.0