Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 354 Bytes

File metadata and controls

10 lines (8 loc) · 354 Bytes

AresJobInitializer

This repository is the implementation of initializer for AresOperator. It is used as initContainers of an AresJob, aiming to provide a general mechanism for startup dependency between roles.

Prerequisites

  • Docker

Build a docker image

docker build -t ${IMAGE_NAME} .