Andy LoPresto
e6c843f465
NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS.
...
NIFI-6323 Changed URLs for splunk.artifactoryonline.com to use HTTPS (certificate validity warning in browsers, but command-line connection using openssl s_client is successful).
NIFI-6323 Changed URLs for XMLNS schema locations to use HTTPS (the XMLNS and schema identifier remain http:// because they are not designed to be resolvable).
NIFI-6323 Fixed Maven XML schema descriptor URLs.
This closes #3497
2019-05-29 14:36:40 -04:00
samhjelmfelt
146689b36f
NIFI-5922: Renaming from NiFi-Fn to NiFi-Stateless
...
Fixed docker image and moved it into the nifi-docker project
Fixed Docker container, YARN runtime, and OpenWhisk runtime
2019-05-21 11:19:17 -04:00
Mike Thomsen
6d4504d662
NIFI-6067 Enabled support for the JVM remote debugger in the Docker container.
...
This closes #3326 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2019-02-27 20:15:23 -05:00
Aldrin Piri
0ec69efe9a
Bump Docker Maven version for docker-compose file to 1.10
...
This closes #3323
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2019-02-20 20:49:06 -05:00
Craig Davidson
ed21d02fa7
Added ability to configure JVM Memory settings via Docker ENV variables
...
This closes #3321
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2019-02-20 20:46:30 -05:00
joewitt
d1388bbd7f
NIFI-6029 updated dockerfile as per release guide
2019-02-19 23:17:48 -05:00
joewitt
0e204f3576
NIFI-6029-RC2 prepare for next development iteration
2019-02-16 21:50:35 -05:00
joewitt
45bb53d2aa
NIFI-6029-RC2 prepare release nifi-1.9.0-RC2
2019-02-16 21:50:15 -05:00
Jeff Storck
cc47a8c0e1
NIFI-5748 Improved Proxy Header Support
...
- Fixed proxy header support to use X-Forwarded-Host instead of X-ForwardedServer
- Added support for the context path header used by Traefik when proxying a service (X-Forwarded-Prefix)
- Added tests to ApplicationResourceTest for X-Forwarded-Context and X-Forwarded-Prefix
- Updated administration doc to include X-Forwarded-Prefix
- Added NIFI_WEB_PROXY_CONTEXT_PATH env var to dockerhub and dockermaven start.sh scripts
- Added documentation for NIFI_WEB_PROXY_CONTEXT_PATH to dockerhub README.md
- Updated ApplicationResource to handle a port specified in X-ProxyPort and X-Forwarded-Port headers
This closes #3129 .
Signed-off-by: Kevin Doran <kdoran@apache.org>
2018-12-17 17:32:06 -05:00
Dan Levy
ecbed6a782
NIFI-5883 - Update README.md
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3209 .
2018-12-07 14:43:54 +01:00
Jeff Storck
f6d8eada6a
NIFI-5720 Updated dockerhub module for next release
2018-10-26 14:10:45 -04:00
Jeff Storck
c0182294ed
NIFI-5720-RC3 prepare for next development iteration
2018-10-22 22:16:43 -04:00
Jeff Storck
98aabf2c50
NIFI-5720-RC3 prepare release nifi-1.8.0-RC3
2018-10-22 22:16:23 -04:00
Matt Gilman
02261311b3
NIFI-5737:
...
- Removing needClientAuth property since cluster comms now requires two way ssl. Jetty client auth settings are based on configured features.
- Removing dead code.
- Updating documentation.
- Removing references to needClientAuth property in all test resources.
- Removing overloaded util method with strict parameter.
This closes #3102 .
2018-10-22 20:02:47 -04:00
pepov
9a79c94f80
NIFI-5487 Move the packages to a version agnostic path and create symlinks in place, add tests to cover, add missing docs on nifi-toolkit
...
This closes #2940 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2018-08-08 09:57:22 -04:00
pepov
b7fe04257d
NIFI-5468 Add toolkit to NiFi docker image and use zip archive
...
NIFI-5468 add keypasswd with the default of keystorepasswd for bc compatibility
NIFI-5468 Use ARG instead of ENV for PATH variables as those need to be controlled in the build
NIFI-5468 Use BASE_URL for the default case when MIRROR_BASE_URL is not defined (and replace ARCHIVE_BASE_URL)
This closes #2921
Signed-off-by: Andrew I. Christianson <andy@andyic.org>
2018-08-02 09:44:14 -04:00
pepov
56dfcc2cd6
NIFI-5438 create all volume directories for chowning properly, then create proper volumes for persistence. Notes: create conf instead of conf/templates since it will be created automatically. Create database_repository instead of data, since that is the default configuration. Create state volume used to store local state by default.
...
This closes #2905 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2018-07-27 14:38:18 -04:00
Aldrin Piri
3764b77b7c
NIFI-5372 Making adjustments to the docker-compose file to allow utilization of docker-compose up --scale. Providing a README as to how to use the docker-compose.yml
...
NIFI-5372 Fixed a typo.
This closes #2839
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-07-04 19:04:24 -04:00
David Savage
f8b1ae6d3f
fix copy paste bug in documentation for ldap auth
...
This closes #2837 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2018-07-03 15:26:01 -04:00
Mike Thomsen
d3222b85ab
NIFI-5195 Added clustering to the docker image and added a docker-compose file that builds a basic 3 node cluster.
...
This closes #2828 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2018-07-03 11:40:31 -04:00
Mike Thomsen
df49312804
NIFI-5359 Exposed variable registry to docker image.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2829 .
2018-07-03 11:42:35 +02:00
Andy LoPresto
ffcff8bfb5
NIFI-5323 Updated Docker info for next release.
2018-06-25 12:06:57 -07:00
Andy LoPresto
d42a1e8bf4
NIFI-5323-RC1 prepare for next development iteration
2018-06-19 20:02:21 -07:00
Andy LoPresto
99bcd1f88d
NIFI-5323-RC1 prepare release nifi-1.7.0-RC1
2018-06-19 20:02:01 -07:00
pepov
be31c1efd3
NIFI-5249 Dockerfile enhancements: create data repository and log directories, explicit environment variable declarations to replace nifi-env.sh. Add integration tests, remove latest tag, since only one tag can be specified that will be used to build the image.
...
Cover dockerhub image with the same tests as dockermaven
Fix entrypoint to handle signals properly, also get rid of hardcoded paths
This closes #2747
2018-06-14 15:29:39 -04:00
joewitt
5013753119
NIFI-4995 update docker image and text info for next release
2018-04-06 17:03:18 -07:00
joewitt
d511fe3e4b
NIFI-4995-RC3 prepare for next development iteration
2018-04-03 08:28:34 -07:00
joewitt
f8466cb16d
NIFI-4995-RC3 prepare release nifi-1.6.0-RC3
2018-04-03 08:28:15 -07:00
Aldrin Piri
7c0ee014d3
NIFI-4788 This closes #2427 . Exposing nifi.web.proxy.host configuration for Docker containers.
...
Signed-off-by: joewitt <joewitt@apache.org>
2018-04-03 07:49:06 -07:00
dchaffey
e74c67f779
Corrected Docker tag back to standard format
...
Modified Docker startup scripts to accept Environment variables if available, or use the usual defaults if not.
Updated readme to reflect changes in allowing environment variables.
Updated readme to correctly reflect the default ports that NiFi will run on.
This closes #2439
Signed-off-by: Jeremy Dyer <jeremydyer@apache.org>
2018-01-31 15:50:42 -05:00
joewitt
5e3867011e
NIFI-4751 updated docker version
2018-01-12 15:19:15 -05:00
joewitt
41ce788812
NIFI-4751 changed to next minor release version snapshot
2018-01-12 15:15:32 -05:00
joewitt
36405e888c
NIFI-4751-RC1 prepare for next development iteration
2018-01-08 23:39:49 -07:00
joewitt
46d30c7e92
NIFI-4751-RC1 prepare release nifi-1.5.0-RC1
2018-01-08 23:39:32 -07:00
Aldrin Piri
f7f001eb9a
NIFI-4531: This closes #2372 .
...
Providing support for running NiFi Docker image with LDAP authentication provider.
2018-01-04 12:09:46 -05:00
Aldrin Piri
c832a2ed7c
NIFI-4530: This closes #2329 . Initial support for two-way SSL user authentication in the Docker image.
...
Signed-off-by: joewitt <joewitt@apache.org>
2018-01-04 10:37:37 -05:00
Aldrin Piri
6169061456
NIFI-4193 Converting to use the dockerfile-maven plugin to replace deprecated plugin.
...
This closes #2155 .
2017-11-27 20:41:59 -05:00
Jeff Storck
36b16c9cdd
NIFI-4412 Updating Docker Hub image version information to accommodate next release.
2017-10-02 14:20:40 -04:00
Jeff Storck
a57911d3db
NIFI-4412-RC2 prepare for next development iteration
2017-09-28 13:45:36 -04:00
Jeff Storck
e6508ba7d3
NIFI-4412-RC2 prepare release nifi-1.4.0-RC2
2017-09-28 13:45:21 -04:00
Jordan Moore
3da8b94ddd
NIFI-4057 Docker Image is twice as large as necessary
...
* Merging unnecessary layers
* MAINTAINER is deprecated
* Using JRE as base since JDK is not necessary
* Set GID=1000 since openjdk image already defines 50
* Add ability to specify Apache mirror site to reduce load on Apache Archive
* Created templates directory since this is not included in the binary
This closes #1910 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2017-07-17 17:18:32 -04:00
Matt Gilman
cc741d2be6
NIFI-3997:
...
- Bumping to next minor version.
2017-06-08 15:22:51 -04:00
Matt Gilman
6ee12e9b47
NIFI-3997-RC1prepare for next development iteration
2017-06-05 11:07:43 -04:00
Matt Gilman
ddb73612bd
NIFI-3997-RC1prepare release nifi-1.3.0-RC1
2017-06-05 11:07:28 -04:00
Aldrin Piri
39ad7a369e
NIFI-4011 Updating Docker Hub image version information to accommodate next release.
...
This closes #1884 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2017-06-02 15:04:41 -04:00
Bryan Bende
3af53419af
NIFI-3770-RC2 prepare for next development iteration
2017-05-05 20:50:28 -04:00
Bryan Bende
3a605af8e0
NIFI-3770-RC2 prepare release nifi-1.2.0-RC2
2017-05-05 20:50:14 -04:00
Aldrin Piri
67e2459660
NIFI-3314 Adjusting Dockerfile for Docker Hub to use defaults for ARGs
...
such that it does not need supporting build script. Making use of
openjdk base image as the java image has been deprecated.
This closes #1419
2017-01-29 11:16:22 -05:00
Jeremy Dyer
c8f437e833
NIFI-3260 Official Docker Image
...
Added baseline Docker image for NiFi
This closes #1372 .
Signed-off-by: Aldrin Piri <aldrin@apache.org>
2017-01-10 13:24:33 -05:00