Skip to content

Commit

Permalink
Adding 7.5.187
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansch committed Oct 11, 2023
1 parent 0464437 commit 7d854c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions 7.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ RUN set -eux; \
rm -f /var/lib/apt/lists/*_*

# Install any version from deb download
ENV UNIFI_VERSION 7.5.185-0c610e7ef3
ENV UNIFI_DOCKER_VERSION 7.5.185
ENV UNIFI_SHA256 952a8e0ece3177d8b49fbc97484ee9982dfa4865f5fd899b0d18948cd6eafe6c
ENV UNIFI_VERSION 7.5.187-f57f5bf7ab
ENV UNIFI_DOCKER_VERSION 7.5.187
ENV UNIFI_SHA256 6b9925f2065b467852fe9d6298f97bb28334fd04851dd334fb66cd9837dcd666

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.5/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ RUN set -eux; \
rm -f /var/lib/apt/lists/*_*

# Install any version from deb download
ENV UNIFI_VERSION 7.5.185-0c610e7ef3
ENV UNIFI_DOCKER_VERSION 7.5.185
ENV UNIFI_SHA256 952a8e0ece3177d8b49fbc97484ee9982dfa4865f5fd899b0d18948cd6eafe6c
ENV UNIFI_VERSION 7.5.187-f57f5bf7ab
ENV UNIFI_DOCKER_VERSION 7.5.187
ENV UNIFI_SHA256 6b9925f2065b467852fe9d6298f97bb28334fd04851dd334fb66cd9837dcd666

RUN set -eux; \
\
Expand Down
9 changes: 3 additions & 6 deletions 7.5/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
image: ryansch/unifi-rpi:7.5.176
image: ryansch/unifi-rpi:7.5.187
tags:
- 7.5
- 7
- latest
manifests:
-
image: ryansch/unifi-rpi:7.5.176-amd64
image: ryansch/unifi-rpi:7.5.187-amd64
platform:
architecture: amd64
os: linux
-
image: ryansch/unifi-rpi:7.5.176-arm64v8
image: ryansch/unifi-rpi:7.5.187-arm64v8
platform:
architecture: arm64
os: linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Docker images for running Ubiquiti's [UniFi Controller software](https://www.ubn
- [`7.3.83`, `7.3` (*v7.3.76/7.3*)](https://github.com/ryansch/docker-unifi-rpi/blob/main/v7.3.83/7.3)
- [`7.4.162`, `7.4` (v7.4.162/7.4)](https://github.com/ryansch/docker-unifi-rpi/blob/main/v7.4.162/7.4)
- [`7.5.176`, `7.5`, `7`, `latest` (v7.5.176/7.5)](https://github.com/ryansch/docker-unifi-rpi/blob/main/v7.5.176/7.5)
- [`7.5.185` (*7.5*)](https://github.com/ryansch/docker-unifi-rpi/blob/main/7.5)
- [`7.5.187` (*7.5*)](https://github.com/ryansch/docker-unifi-rpi/blob/main/7.5)

## Versions
⚠️ This project is transitioning from MongoDB 2.4 to 3.6. Direct upgrades are not possible! ⚠️
Expand Down

0 comments on commit 7d854c8

Please sign in to comment.