Skip to content

Commit 455046e

Browse files
authored
docs: add mongodb images to registry list (Cloud and CE) (#200)
## πŸ“ Description - Add mongodb versions to Semaphore Container Registry pages - Updated `[email protected]` package since it was 6 months old and I got a warning ## βœ… Checklist - [X] I have tested this change - [ ] This change requires documentation update
1 parent e6fdb6f commit 455046e

File tree

6 files changed

+654
-12
lines changed

6 files changed

+654
-12
lines changed

β€Ždocs/docs/using-semaphore/optimization/container-registry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Due to the introduction of the [rate limits on Docker Hub](https://docs.docker.c
2828

2929
## How to use the Semaphore Registry
3030

31-
To use any of the images, run `docker pull` or `docker run` using the link provided in the table. The Container Registry is not publicly accessible; images in the container can only be pulled from jobs running in Semaphore Cloud.
31+
To use any of the images, run `docker pull` or `docker run` using the link provided in the table.
3232

3333
For example, to use a Node image in your jobs add the following command:
3434

@@ -516,6 +516,8 @@ This is a PostgreSQL container extended with [PostGIS](https://postgis.net/).
516516
| mongo:4.4 | `registry.semaphoreci.com/mongo:4.4` |
517517
| mongo:5.0.9 | `registry.semaphoreci.com/mongo:5.0.9` |
518518
| mongo:6.0.8 | `registry.semaphoreci.com/mongo:6.0.8` |
519+
| mongo:7.0.18 | `registry.semaphoreci.com/mongo:7.0.18` |
520+
| mongo:8.0.6 | `registry.semaphoreci.com/mongo:8.0.6` |
519521

520522
</div>
521523
</details>

β€Ždocs/docs/using-semaphore/pipelines.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@ blocks:
317317

318318
To use images in private repositories see [Private Docker Registries](#docker-private).
319319

320+
:::info
321+
322+
Semaphore provides a [public Docker registry](./optimization/container-registry) for popular images.
323+
324+
:::
325+
320326
### Prologue {#prologue}
321327

322328
Commands in the *prologue* run before the jobs in the block start. Semaphore prepends these commands to every job contained in the pipeline. This works like the [block prologue](./jobs#prologue) but for all blocks in the pipeline.

β€Ždocs/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)