Dockerfile #2

  • //
  • guest/
  • sven_erik_knop/
  • p4docker/
  • main/
  • base/
  • Dockerfile
  • View
  • Commits
  • Open Download .zip Download (561 B)
FROM ubuntu:14.04
MAINTAINER Sven Erik Knop <sknop@perforce.com>

ENV DEBIAN_FRONTEND noninteractive

# Update package list and install wget
RUN apt-get update && apt-get install -y wget

# Preload perforce packages and install p4python (used for configuration)
RUN wget -q http://package.perforce.com/perforce.pubkey -O - | sudo apt-key add - && \
    echo 'deb http://package.perforce.com/apt/ubuntu trusty release' > /etc/apt/sources.list.d/perforce.sources.list && \
    apt-get update && \
    apt-get install -y perforce-p4python

COPY DockerHelper.py /

# Change User Description Committed
#2 16537 Sven Erik Knop updated maintainer email
#1 16517 Sven Erik Knop Basis for Docker images of Perforce Helix tools

   Contains

   Base - just apt-keys
   Server-Base - apt-get of helix package
   Server.new - new server within the docker image
   Server.existing - mount volume to existing server
   Swarm - Swarm instance pointing to (and configuring, if necessary) Helix instance