Skip to content

Commit

Permalink
Replaced deprecated MAINTAINER with LABEL (jessfraz#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Käufl <[email protected]>
  • Loading branch information
michael-k authored and jessfraz committed Mar 9, 2017
1 parent 1aeec62 commit 7eea00e
Show file tree
Hide file tree
Showing 134 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion ab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# jess/ab
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
apache2-ssl \
Expand Down
2 changes: 1 addition & 1 deletion afterthedeadline/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:8-alpine
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion android-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
android-tools* \
Expand Down
2 changes: 1 addition & 1 deletion ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ansible all -m ping
#
FROM alpine:latest
MAINTAINER Christian Koep <[email protected]>
LABEL maintainer "Christian Koep <[email protected]>"

RUN builddeps=' \
python-dev \
Expand Down
2 changes: 1 addition & 1 deletion apt-file/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
apt-file \
Expand Down
2 changes: 1 addition & 1 deletion atom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion audacity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
audacity \
Expand Down
2 changes: 1 addition & 1 deletion awscli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion beeswithmachineguns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion camlistore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion cathode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion certbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
bash \
Expand Down
2 changes: 1 addition & 1 deletion cf-reset-cache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion checkup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion cheese/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
cheese \
Expand Down
2 changes: 1 addition & 1 deletion chrome/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Base docker image
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion chrome/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Base docker image
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion cloudapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ruby:alpine
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
libcurl
Expand Down
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion couchpotato/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# jess/couchpotato
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"


RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion cpuminer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion dcos-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion debootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
debootstrap \
Expand Down
2 changes: 1 addition & 1 deletion distcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion doctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Base docker image
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install emacs:
# Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
Expand Down
2 changes: 1 addition & 1 deletion dunnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Base docker image
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install emacs:
# Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
Expand Down
2 changes: 1 addition & 1 deletion evince/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

FROM debian:stretch
MAINTAINER Christian Koep <[email protected]>
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get -qq update && apt-get install -y \
evince \
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
dirmngr \
Expand Down
2 changes: 1 addition & 1 deletion fontpatcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
python-fontforge \
Expand Down
2 changes: 1 addition & 1 deletion gcalcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV HOME /home/gcalcli

Expand Down
2 changes: 1 addition & 1 deletion gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion geary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
geary \
Expand Down
2 changes: 1 addition & 1 deletion gimp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# jess/gimp
#
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
gimp \
Expand Down
2 changes: 1 addition & 1 deletion gitiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:8
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion gitserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --name gitserver \
# jess/gitserver
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV HOME /root

Expand Down
2 changes: 1 addition & 1 deletion glxgears/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install all the things
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion gparted/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install Gparted and its dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion hollywood/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
software-properties-common \
Expand Down
2 changes: 1 addition & 1 deletion htop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# jess/htop
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
htop
Expand Down
2 changes: 1 addition & 1 deletion httpie/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion icedove/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
icedove \
Expand Down
2 changes: 1 addition & 1 deletion iceweasel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
hicolor-icon-theme \
Expand Down
2 changes: 1 addition & 1 deletion imagemagick/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
imagemagick
Expand Down
2 changes: 1 addition & 1 deletion imagemin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# jess/imagemin
#
FROM node:alpine
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
file \
Expand Down
2 changes: 1 addition & 1 deletion inkscape/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# infoslack/inkscape
#
FROM ubuntu:16.04
MAINTAINER Daniel Romero <[email protected]>
LABEL maintainer "Daniel Romero <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion john/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
libgmp10 \
Expand Down
2 changes: 1 addition & 1 deletion keepass2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

FROM debian:sid
MAINTAINER Christian Koep <[email protected]>
LABEL maintainer "Christian Koep <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion keepassxc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# keepassxc
#
FROM alpine:latest
MAINTAINER Christian Koep <[email protected]>
LABEL maintainer "Christian Koep <[email protected]>"

ENV KEEPASSXC_VERSION 2.1.1

Expand Down
2 changes: 1 addition & 1 deletion kernel-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion kvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# jess/kvm
#
FROM debian:sid
MAINTAINER Jessie Frazelle <[email protected]>
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
iptables \
Expand Down
Loading

0 comments on commit 7eea00e

Please sign in to comment.