mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
9 lines
272 B
YAML
9 lines
272 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
metallb:
|
|
image: docker.io/bitnami/metallb:0
|
|
# Overriding entrypoint so the container does not exit and we can run some basic tests
|
|
entrypoint: tail -f /dev/null
|