Skip to content

Commit

Permalink
docs: Update the list of maintainers in dockerfiles (#1038)
Browse files Browse the repository at this point in the history
Signed-off-by: Kasiewicz, Marek <[email protected]>
  • Loading branch information
Sakoram authored Jan 14, 2025
1 parent fadcff0 commit 07727f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Ubuntu 22.04, build stage
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder

LABEL maintainer="frank.du@intel.com,ming3.li@intel.com"
LABEL maintainer="andrzej.wilczynski@intel.com,[email protected],marek.kasiewicz@intel.com"

# Install build dependencies and debug tools
RUN apt-get update -y && \
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN ./build.sh && \
# Ubuntu 22.04, runtime stage
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS final

LABEL maintainer="frank.du@intel.com,ming3.li@intel.com"
LABEL maintainer="andrzej.wilczynski@intel.com,[email protected],marek.kasiewicz@intel.com"

# Install runtime dependencies
RUN apt-get update -y && \
Expand Down
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Build stage, ubuntu 22.04
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder

LABEL maintainer="ming3.li@intel.com"
LABEL maintainer="[email protected],[email protected],marek.kasiewicz@intel.com"

ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig

Expand Down

0 comments on commit 07727f4

Please sign in to comment.