NIFI-7021 wrap up post nifi 1.11.0 release

This commit is contained in:
Joe Witt 2020-01-22 22:09:29 -05:00
parent 535cafdb83
commit 379c3fbe51
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ services:
environment: environment:
- ALLOW_ANONYMOUS_LOGIN=yes - ALLOW_ANONYMOUS_LOGIN=yes
nifi: nifi:
image: apache/nifi:1.10.0-SNAPSHOT-dockermaven image: apache/nifi:1.12.0-SNAPSHOT-dockermaven
ports: ports:
- 8080 # Unsecured HTTP Web Port - 8080 # Unsecured HTTP Web Port
environment: environment:

View File

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

View File

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