mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 13:00:32 -05:00
11 lines
210 B
Docker
11 lines
210 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
FROM alpine:3.18
|
|
|
|
LABEL maintainer="OpenTF Team <opentf@opentf.org>"
|
|
|
|
COPY opentf /usr/local/bin/opentf
|
|
|
|
ENTRYPOINT ["/usr/local/bin/opentf"]
|