()
| 181 | } |
| 182 | |
| 183 | #getInitializeReturn(): CheckpointerInitializeReturn { |
| 184 | return { |
| 185 | canCheckpoint: this.#canCheckpoint, |
| 186 | willSimulate: this.#dockerMode && (!this.#canCheckpoint || this.opts.forceSimulate), |
| 187 | }; |
| 188 | } |
| 189 | |
| 190 | #getImageRef(projectRef: string, deploymentVersion: string, shortCode: string) { |
| 191 | return `${REGISTRY_HOST}/trigger/${projectRef}:${deploymentVersion}.prod-${shortCode}`; |