Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Replace MAINTAINER with label
  • Loading branch information
gleich committed Jan 22, 2020
commit 7d8d23f17e3b72240c4702194a297d644acdfcec
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
#

FROM ubuntu:xenial
MAINTAINER James E. King III <jking@apache.org>

# Metadata
LABEL maintainer="jking@apache.org"

ENV CONTAINER_USER=user
ENV DEBIAN_FRONTEND noninteractive

Expand Down