Skip to content

Commit 6f703d1

Browse files
committed
Merge branch 'dev'
2 parents 234c35a + 072840c commit 6f703d1

File tree

6 files changed

+17
-125
lines changed

6 files changed

+17
-125
lines changed

14.04/Dockerfile

Lines changed: 0 additions & 45 deletions
This file was deleted.

16.04/Dockerfile

Lines changed: 0 additions & 45 deletions
This file was deleted.

beta/Dockerfile renamed to Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Read the Docs - Environment base
22
FROM ubuntu:16.04
33
MAINTAINER Read the Docs <[email protected]>
4+
LABEL version="latest"
45

56
ENV DEBIAN_FRONTEND noninteractive
67
ENV APPDIR /app

Makefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.rst

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,32 @@ Read the Docs - Docker Images
33
=============================
44

55
These are the Docker image definitions used by the Read the Docs build
6-
environments to encapsulate the build process. Our supported image used for
7-
basic builds on our community site is ``readthedocs/build:14.04``.
6+
environments to encapsulate the build process.
87

9-
You can find these images on Docker Hub, on the `readthedocs/build`_ repository.
8+
You can find these images on Docker Hub, on the `readthedocs/build`_
9+
repositoryr:
10+
11+
* `readthedocs/build:1.0` - Ubuntu 14.04 based image
12+
* `readthedocs/build:1.0-dotnet` - Ubuntu 14.04 based image, plus .NET
13+
* `readthedocs/build:2.0` - Ubuntu 16.04 based image
14+
* `readthedocs/build:latest` - Latest development image
1015

1116
.. _readthedocs/build: https://hub.docker.com/r/readthedocs/build/
1217

13-
Installing
14-
----------
18+
Usage
19+
-----
1520

16-
To use these images, simply load them into your Docker instance::
21+
To use these images, you can pull from Docker Hub:
1722

18-
make
23+
docker pull readthedocs/build:latest
1924

20-
Or install manually::
25+
You can also compile these images manually:
2126

22-
docker build -t readthedocs/build:14.04 14.04/
23-
docker build -t readthedocs/build:14.04-advanced 14.04-advanced/
24-
docker build -t readthedocs/build:16.04 16.04/
27+
docker build -t readthedocs/build:latest .
2528

2629
Push to Docker Hub
2730
------------------
2831

2932
To push to Docker Hub::
3033

31-
make push
34+
docker push readthedocs/build:latest

14.04-advanced/Dockerfile renamed to dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This image is for resource-intensive toolchains and and build tools with
44
# special requirements
55

6-
FROM readthedocs/build:14.04
6+
FROM readthedocs/build:latest
77
MAINTAINER Read the Docs <[email protected]>
88

99
# .NET support - Mono, DNVM, and docfx installation

0 commit comments

Comments
 (0)