Jacek Kowalski
2018-08-18 799e58105aaabf4ba68064504072e7e94f8a6f7a
Merge branch 'v5.8'
2 files modified
9 ■■■■■ changed files
Dockerfile 4 ●●●● patch | view | raw | blame | history
README.md 5 ●●●●● patch | view | raw | blame | history
Dockerfile
@@ -1,11 +1,11 @@
FROM openjdk:8-jre-slim
MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
ENV UNIFI_VERSION 5.6.39
ENV UNIFI_VERSION 5.8.28
RUN apt-get update \
    && apt-get -y install \
        wget jsvc mongodb-server libcap2 binutils procps sudo \
        curl wget jsvc mongodb-server libcap2 binutils procps sudo \
    && apt-get -y clean \
    && rm -Rf /var/lib/apt/lists/*
README.md
@@ -1,12 +1,13 @@
# UniFi
This is a Docker image of UniFi controller
This is a Docker image of UniFi SDN controller
based on `openjdk:8-jre-slim`
## Tags
Container is created for each stable UniFi release and tagged as vX.X.X.
`:latest` tag is for the latest 5.6 LTS release.
`:latest` tag is for the latest stable release (currently 5.8).
`:lts` tag is for the latest 5.6 LTS release.
`:v5.7` tag is for the latest 5.7 release.
`:v5.8` tag is for the latest 5.8 release.