mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
9 lines
295 B
YAML
9 lines
295 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
golang:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/golang:1.25
|
|
command: ["sleep", "infinity"] # To keep the container running
|