Delegate image types
Learn about different Harness delegate image types including standard, minimal, and FIPS variants, their security considerations, third-party tools, and how to choose the right image for your deployme
The Delegate is a lightweight worker process packaged and distributed by Harness using different image types. Each Delegate image is identified by a delegate name, and the image type is specified using a tag.
DELEGATE
yy.mm.xxxxx
The release year, month, and version in dot-separated format. Supported on both NextGen and FirstGen Harness Platform.
DELEGATE-MINIMAL
yy.mm.xxxxx.minimal
The minimal tag is appended to the release year, month, and version in dot-separated format. Supported on both NextGen and FirstGen Harness Platform.
DELEGATE FIPS
yy.mm.xxxxx-fips
The release year, month, and version in dot-separated format.
FIPS (Federal Information Processing Standard) compliant images compatible only with FIPS SMP and is not supported for SaaS environments.
DELEGATE FIPS-MINIMAL
yy.mm.xxxxx.minimal-fips
The minimal-fips tag is appended to the release year, month, and version in dot-separated format.
FIPS (Federal Information Processing Standard) compliant images compatible only with FIPS SMP and is not supported for SaaS environments.
DELEGATE-LEGACY
latest
Delegate that auto upgrades with no flexibility to turn off auto upgrade (DEPRECATED)
Image type comparison
Harness gives you the option to select delegate images with or without third-party client tools. The use of a delegate packaged with third-party binaries speeds the construction of a CD pipeline; Harness CI and STO do not make use of these libraries. The inclusion of third-party binaries, however, increases attack vectors. When choosing delegate images, remember to prioritize both security and ease of use.
Harness rigorously scans delegate images for vulnerabilities. Harness cannot, however, guarantee the elimination of CVEs from delegate images that include third-party client tools. The vulnerabilities that third-party client tools introduce in delegate images cannot be eliminated until the vulnerabilities are repaired in the third-party tools.
The following table differentiates between delegate images based on key features and recommended use. For those images distributed with auto-upgrade enabled, Harness recommends accepting the auto-upgrade setting.
DELEGATE Base image: Red Hat Universal Base Image (Red Hat/UBI8) Recommended use: Quick deployment of a pipeline
✓
x
✓
✓
Installed as a Kubernetes Deployment resource. Renamed from "immutable delegate."
DELEGATE-MINIMAL Recommended use: To minimize attack vectors, in the enterprise, or when you want to select and install different tools at build time or runtime
x
✓
x
✓
DELEGATE FIPS Base Image: Red Hat Universal Base Image (Red Hat UBI 9)
DELEGATE FIPS-MINIMAL Recommended use: To minimize attack vectors, in the enterprise, or when you want to select and install different tools at build time or runtime
x
✓
x
✓
DELEGATE-LEGACY Deprecated: Not recommended for use in new Harness accounts
✓
x
✓
x
Third-party tools included in the DELEGATE image type
Third-party tool/SDK
78101 and earlier
78306 and later
kubectl
1.13.2, 1.19.2
1.28.7
go-template
0.4, 0.4.1
0.4.5
harness-pywinrm
0.4-dev
0.4-dev
Helm
3.1.2, 3.8.0
3.15.4
chartmuseum
0.8.2, 0.12.0
0.15.0
tf-config-inspect
1.0, 1.1
1.2
oc
4.2.16
4.13.32
Git
NA
2.43.0
SCM
The Harness-generated library and version are changed with every fix.
The Harness-generated library and version are changed with every fix.
Latest Delegate image version and their respective SCM versions are listed below:
24.08.83705
a81c96813
24.08.83704
e92737411
24.08.83701
ffe83a057
24.07.83611
43baeda70
Docker pull commands
The table below contains the pull commands for retrieving delegate images.
DELEGATE
docker pull harness/delegate: <yy.mm.xxxxx>
DELEGATE-MINIMAL
docker pull harness/delegate: <yy.mm.xxxxx>.minimal
DELEGATE FIPS
docker pull harness/delegate: <yy.mm.xxxxx>-fips
DELEGATE FIPS-MINIMAL
docker pull harness/delegate: <yy.mm.xxxxx>.minimal-fips
Last updated
Was this helpful?