4 lines
85 B
Docker
4 lines
85 B
Docker
ARG BASE_IMAGE=opensearchproject/opensearch:latest
|
|
FROM ${BASE_IMAGE}
|
|
COPY rootfs/ /
|