Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 8efe3a9

Browse files
committed
more and more specific badges
1 parent 7f90d86 commit 8efe3a9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docker/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/sagemath/sage/COPYING.txt) [![Maintained](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/sagemath/sage/commits/master) [![CircleCI](https://circleci.com/gh/saraedum/sage.svg?style=svg)](https://circleci.com/gh/saraedum/sage) [![GitLab CI](https://gitlab.com/saraedum/sage/badges/gitlabci/pipeline.svg)](https://gitlab.com/saraedum/sage/commits/gitlabci)
1+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/sagemath/sage/COPYING.txt) [![Maintained](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/sagemath/sage/commits/master)
22

33
# Supported tags
44

5-
* `latest` — the stable `master` branch
5+
* `latest` — the stable `master` branch [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/saraedum/sage/master.svg)](https://github.com/saraedum/sage/commits/master) [![CircleCI branch](https://img.shields.io/circleci/project/github/saraedum/sage/master.svg)](https://circleci.com/gh/saraedum/sage/tree/master) [![GitLab CI](https://gitlab.com/saraedum/sage/badges/master/pipeline.svg)](https://gitlab.com/saraedum/sage/commits/master)
66
* `x.x.x` — all stable releases of Sage are tagged with their version number.
7-
* `develop` — the current development version of Sage which gets merged into the `master` branch when a new version of Sage is released
7+
* `develop` — the current development version of Sage which gets merged into the `master` branch when a new version of Sage is released [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/saraedum/sage/develop.svg)](https://github.com/saraedum/sage/commits/develop) [![CircleCI branch](https://img.shields.io/circleci/project/github/saraedum/sage/master.svg)](https://circleci.com/gh/saraedum/sage/tree/master) [![GitLab CI](https://gitlab.com/saraedum/sage/badges/develop/pipeline.svg)](https://gitlab.com/saraedum/sage/commits/develop)
8+
89

910
# What is SageMath
1011

@@ -16,15 +17,15 @@ SageMath is a free open-source mathematics software system licensed under the GP
1617

1718
There are several flavours of this image.
1819

19-
* [`sagemath/sagemath`![image size](https://img.shields.io/microbadger/image-size/sagemath/sagemath.svg)](https://hub.docker.com/sagemath/sagemath) contains everything necessary to run Sage on the command line. Run it with:
20+
* [`sagemath/sagemath`![image size](https://img.shields.io/microbadger/image-size/saraedum/sagemath:latest.svg)](https://hub.docker.com/saraedum/sagemath) contains everything necessary to run Sage on the command line. Run it with:
2021
```
2122
docker run -it sagemath/sagemath:latest
2223
```
2324
You can start a graphical [Jupyter Notebook](https://jupyter.org) at http://localhost:8888 instead. To use the notebook, follow the instructions printed when you run:
2425
```
2526
docker run -p8888:8888 sagemath/sagemath:latest "sage -n jupyter --no-browser --ip='*' --port=8888"
2627
```
27-
* [`sagemath/sagemath-dev`![image size](https://img.shields.io/microbadger/image-size/sagemath/sagemath-dev.svg)](https://hub.docker.com/sagemath/sagemath-dev) contains all the build artifacts to rebuild Sage quickly. This version is probably only relevant for Sage developers. Run this image with:
28+
* [`sagemath/sagemath-dev`![image size](https://img.shields.io/microbadger/image-size/saraedum/sagemath-dev:develop.svg)](https://hub.docker.com/saraedum/sagemath-dev) contains all the build artifacts to rebuild Sage quickly. This version is probably only relevant for Sage developers. Run this image with:
2829
```
2930
docker run -it sagemath/sagemath-dev:develop
3031
```

0 commit comments

Comments
 (0)