mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
10 lines
194 B
YAML
10 lines
194 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
argo-workflow-exec:
|
|
image: docker.io/bitnami/argo-workflow-exec:3
|
|
entrypoint: tail -f /dev/null
|