Skip to content

Commit

Permalink
changed docker image tag names in Dockerfiles, added Dockerfile.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
radiomix committed Mar 20, 2014
1 parent 43ed67c commit 8c8e82a
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions container_builds/01_openjdk7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#


# use our base image debian/fresh
FROM debian:fresh
# use our base image debian
FROM ubuntu

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/01_openjdk7/Dockerfile.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions container_builds/02_jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#


# use openjdk7 image debian/openjdk7:fresh_openjdk7
FROM debian/openjdk7:fresh_openjdk7
# use openjdk7 image ubuntu/openjdk7
FROM ubuntu/openjdk7

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/02_jenkins/Dockerfile.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions container_builds/02_tomcat7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#


# use openjdk7 image debian/openjdk7:fresh_openjdk7
FROM debian/openjdk7:fresh_openjdk7
# use openjdk7 image ubuntu/openjdk7
FROM ubuntu/openjdk7

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/02_tomcat7/Dockerfile.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions container_builds/03_install_scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#


# use our base image debian/fresh
FROM debian/tomcat7:fresh_tomcat7
# use our base image ubuntu/tomcat7
FROM ubuntu/tomcat7

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/03_install_scala/Dockerfile.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions container_builds/04_deploy_scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Server: http://localhost:8080/lift_blank


# use our base image debian/fresh
FROM debian/scala:fresh_scala
# use our base image ubuntu/scala
FROM ubuntu/scala

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/04_deploy_scala/Dockerfile.pdf
Binary file not shown.
Binary file added container_builds/;
Binary file not shown.
Binary file added container_builds/debian/Dockerfile.pdf
Binary file not shown.
Binary file added container_builds/registry/Dockerfile.pdf
Binary file not shown.
Binary file added container_builds/scala/;
Binary file not shown.
3 changes: 2 additions & 1 deletion container_builds/scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@


# pull the base image off the registry
FROM registry.im7.de:5000/ubuntu/12.04
#FROM registry.im7.de:5000/ubuntu/12.04
FROM ubuntu

# who we are
MAINTAINER Michael Klöckner <mkl AT im7 DOT de>
Expand Down
Binary file added container_builds/scala/Dockerfile.pdf
Binary file not shown.

0 comments on commit 8c8e82a

Please sign in to comment.