Skip to content

Commit

Permalink
Adding 7.5.176
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansch committed Sep 14, 2023
1 parent ef8045e commit ec37b56
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.174-e258d1dd8c
ENV UNIFI_DOCKER_VERSION 7.5.174
ENV UNIFI_SHA256 3485b1bf0f0de6e78f642ab31dbe618bfe26970f2761de16702c0f312d771ef2
ENV UNIFI_VERSION 7.5.176-1136930355
ENV UNIFI_DOCKER_VERSION 7.5.176
ENV UNIFI_SHA256 a6bb05ab4f7362b07be29fcc18a8f0bd97edc3bf24f706c8bdae7115d93e66dc

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.174-e258d1dd8c
ENV UNIFI_DOCKER_VERSION 7.5.174
ENV UNIFI_SHA256 3485b1bf0f0de6e78f642ab31dbe618bfe26970f2761de16702c0f312d771ef2
ENV UNIFI_VERSION 7.5.176-1136930355
ENV UNIFI_DOCKER_VERSION 7.5.176
ENV UNIFI_SHA256 a6bb05ab4f7362b07be29fcc18a8f0bd97edc3bf24f706c8bdae7115d93e66dc

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.5/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
image: ryansch/unifi-rpi:7.5.174
image: ryansch/unifi-rpi:7.5.176
tags:
manifests:
-
image: ryansch/unifi-rpi:7.5.174-amd64
image: ryansch/unifi-rpi:7.5.176-amd64
platform:
architecture: amd64
os: linux
-
image: ryansch/unifi-rpi:7.5.174-arm64v8
image: ryansch/unifi-rpi:7.5.176-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.2.97`, `7.2` (*v7.2.95/7.2*)](https://github.com/ryansch/docker-unifi-rpi/blob/main/v7.2.97/7.2)
- [`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`, `7`, `latest` (v7.4.162/7.4)](https://github.com/ryansch/docker-unifi-rpi/blob/main/v7.4.162/7.4)
- [`7.5.174` (*7.5*)](https://github.com/ryansch/docker-unifi-rpi/blob/main/7.5)
- [`7.5.176` (*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 ec37b56

Please sign in to comment.