Skip to content

Commit

Permalink
README should point to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
themattman committed Jan 8, 2024
1 parent 59740fe commit ee8091d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This repo and any code or binaries within it are not explicitly endorsed nor pro

## Versions

- [_6.0.12_](https://github.com/themattman/mongodb-raspberrypi-docker/releases/tag/r6.0.12-mongodb-raspberrypi-docker-unofficial) [January 08, 2024]

- [_7.0.4_](https://github.com/themattman/mongodb-raspberrypi-docker/releases/tag/r7.0.4-mongodb-raspberrypi-docker-unofficial) [January 05, 2024]

- [_7.0.3_](https://github.com/themattman/mongodb-raspberrypi-docker/releases/tag/r7.0.3-mongodb-raspberrypi-docker-unofficial) [November 11, 2023]
Expand All @@ -32,22 +34,22 @@ This repo and any code or binaries within it are not explicitly endorsed nor pro
1. Navigate to the [releases page](https://github.com/themattman/mongodb-raspberrypi-docker/releases).
2. Download the tarball via browser or copying the link to a terminal session
```
$ wget https://github.com/themattman/mongodb-raspberrypi-docker/releases/download/r7.0.3-mongodb-raspberrypi-docker-unofficial/mongodb.ce.pi4.r7.0.3-mongodb-raspberrypi-docker-unofficial.tar.gz
$ wget https://github.com/themattman/mongodb-raspberrypi-docker/releases/download/r7.0.4-mongodb-raspberrypi-docker-unofficial/mongodb.ce.pi4.r7.0.4-mongodb-raspberrypi-docker-unofficial.tar.gz
```
3. Load the release
```
$ docker load --input mongodb.ce.pi4.r7.0.3-mongodb-raspberrypi-docker-unofficial.tar.gz
Loaded image: mongodb-raspberrypi4-unofficial-r7.0.3:latest
$ docker load --input mongodb.ce.pi4.r7.0.4-mongodb-raspberrypi-docker-unofficial.tar.gz
Loaded image: mongodb-raspberrypi4-unofficial-r7.0.4:latest
```
4. (Optional) Verify the Docker image has been loaded
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
mongodb-raspberrypi4-unofficial-r7.0.3 latest c04f966fe9e2 5 days ago 468MB
mongodb-raspberrypi4-unofficial-r7.0.4 latest c04f966fe9e2 5 days ago 468MB
```
5. Run the image
```
$ docker run -it mongodb-raspberrypi4-unofficial-r7.0.3
$ docker run -it mongodb-raspberrypi4-unofficial-r7.0.4
```

### Custom Build Steps (Slower, more control)
Expand All @@ -59,18 +61,18 @@ $ chmod +x docker-entrypoint.sh
```
3. Build the image from your working directory
```
$ docker build -t mongodb-unofficial:7.0.3
$ docker build -t mongodb-unofficial:7.0.4
```

The image should now exist in your local docker images, or can be pushed to a registry for wider usage.
The image should now exist in your local docker images, or can be pushed to a registry for wider usage.

## Source

https://github.com/themattman/mongodb-raspberrypi-binaries/releases

## License

The artifacts in this repo are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r7.0.3/LICENSE-Community.txt).
The artifacts in this repo are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r7.0.4/LICENSE-Community.txt).

## Fork

Expand Down

0 comments on commit ee8091d

Please sign in to comment.