ebpf-for-windows/images/Dockerfile.install

16 строки
596 B
Docker

# Copyright (c) Microsoft Corporation
# SPDX-License-Identifier: MIT
# Base image for Windows nanoserver 1809.
# The files in this image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host.
FROM mcr.microsoft.com/windows/nanoserver@sha256:79fb1372fc5b3aeeca73603d5eadd0a8fb7d4f0b77bd29498696c03bb6de1fdf
ENV PATH="C:\Program Files\PowerShell;C:\utils;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0;"
ARG RELEASE_ZIP=ebpf-for-windows-c-temp.zip
COPY ${RELEASE_ZIP} /ebpf-for-windows-c-temp.zip
COPY install-ebpf-for-windows.ps1 /
ENTRYPOINT ["powershell"]