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