NIFI-7787

This commit is contained in:
Joe Witt 2020-09-28 10:27:48 -07:00
parent f2c01023e0
commit 1032f9e352
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ services:
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
nifi:
image: apache/nifi:1.12.1-dockermaven
image: apache/nifi:1.12.2-dockermaven
ports:
- 8080 # Unsecured HTTP Web Port
environment:
@ -30,4 +30,4 @@ services:
- NIFI_CLUSTER_IS_NODE=true
- NIFI_CLUSTER_NODE_PROTOCOL_PORT=8082
- NIFI_ZK_CONNECT_STRING=zookeeper:2181
- NIFI_ELECTION_MAX_WAIT=1 min
- NIFI_ELECTION_MAX_WAIT=1 min

View File

@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apache/nifi:1.12.1
apache/nifi:1.12.2

View File

@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
ARG UID=1000
ARG GID=1000
ARG NIFI_VERSION=1.12.1
ARG NIFI_VERSION=1.12.2
ARG BASE_URL=https://archive.apache.org/dist
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
ARG NIFI_BINARY_PATH=${NIFI_BINARY_PATH:-/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}