# Copyright (c) Microsoft Corporation
# SPDX-License-Identifier: MIT

FROM mcr.microsoft.com/windows/nanoserver:ltsc2019@sha256:7f6649348a11655e3576463fd6d55c29248f97405f8e643cab2409009339f520

WORKDIR /app

COPY . .

LABEL org.opencontainers.image.source=https://github.com/Alan-Jowett/bpf_conformance
LABEL org.opencontainers.image.description="BPF Conformance container image"
LABEL org.opencontainers.image.licenses=MIT