Skip to content

Commit 98d0825

Browse files
committed
ci: remove deprecated LABEL maintainer
1 parent 3d2e832 commit 98d0825

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ci/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/alpine
33
FROM alpine:edge AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apk add --no-cache git build-base linux-headers cmake

ci/docker/archlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/archlinux/
33
FROM archlinux:latest AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN pacman -Syu --noconfirm git base-devel cmake

ci/docker/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://quay.io/repository/centos/centos
33
FROM quay.io/centos/centos:stream AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN dnf -y update \

ci/docker/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/debian
33
FROM debian:latest AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apt-get update -qq \

ci/docker/fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/fedora
33
FROM fedora:latest AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN dnf -y update \

ci/docker/opensuse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/r/opensuse/tumbleweed
33
FROM opensuse/tumbleweed AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN zypper update -y \

ci/docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/ubuntu
33
FROM ubuntu:rolling AS env
4-
LABEL maintainer="[email protected]"
4+
55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apt-get update -q \

0 commit comments

Comments
 (0)