mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
10 lines
285 B
YAML
10 lines
285 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
services:
|
|
golang:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/golang:1.21
|
|
command: ["sleep", "infinity"] # To keep the container running
|