-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update the list of maintainers in dockerfiles (#1038)
Signed-off-by: Kasiewicz, Marek <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|
@@ -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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|