Skip to content

Commit 07727f4

Browse files
authored
docs: Update the list of maintainers in dockerfiles (#1038)
Signed-off-by: Kasiewicz, Marek <[email protected]>
1 parent fadcff0 commit 07727f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/ubuntu.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Ubuntu 22.04, build stage
99
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder
1010

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

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

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

6262
# Install runtime dependencies
6363
RUN apt-get update -y && \

manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Build stage, ubuntu 22.04
99
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS builder
1010

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

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

0 commit comments

Comments
 (0)