Skip to content

Commit

Permalink
Merge pull request #5 from guimou/dev
Browse files Browse the repository at this point in the history
Update to Nifi 1.16.2
  • Loading branch information
guimou authored May 26, 2022
2 parents 14accec + 907ff69 commit 60ccf54
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion containers/nifi-registry/DockerImage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apache/nifi-registry:1.16.1
apache/nifi-registry:1.16.2
2 changes: 1 addition & 1 deletion containers/nifi-registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"

ARG UID=1001
ARG GID=0
ARG NIFI_REGISTRY_VERSION=1.16.1
ARG NIFI_REGISTRY_VERSION=1.16.2
ARG MIRROR=https://archive.apache.org/dist

ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry
Expand Down
2 changes: 1 addition & 1 deletion containers/nifi-registry/build.notes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build --build-arg MIRROR=https://dlcdn.apache.org --build-arg NIFI_REGISTRY_BINARY_URL=nifi/1.16.1/nifi-registry-1.16.1-bin.tar.gz -t nifi-registry:1.16.1 .
docker build --build-arg MIRROR=https://dlcdn.apache.org --build-arg NIFI_REGISTRY_BINARY_URL=nifi/1.16.2/nifi-registry-1.16.2-bin.tar.gz -t nifi-registry:1.16.2 .
2 changes: 1 addition & 1 deletion containers/nifi-toolkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer "Apache NiFi <[email protected]>"

ARG UID=1001
ARG GID=0
ARG NIFI_TOOLKIT_VERSION=1.16.1
ARG NIFI_TOOLKIT_VERSION=1.16.2
ARG MIRROR=https://archive.apache.org/dist

ENV NIFI_TOOLKIT_BASE_DIR=/opt/nifi-toolkit
Expand Down
2 changes: 1 addition & 1 deletion containers/nifi-toolkit/build.notes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build --build-arg MIRROR=https://dlcdn.apache.org/ -t nifi-toolkit:1.16.1 .
docker build --build-arg MIRROR=https://dlcdn.apache.org/ -t nifi-toolkit:1.16.2 .
2 changes: 1 addition & 1 deletion containers/nifi/DockerImage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

nifi:1.16.1
nifi:1.16.2
2 changes: 1 addition & 1 deletion containers/nifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL site="https://nifi.apache.org"

ARG UID=1001
ARG GID=0
ARG NIFI_VERSION=1.16.1
ARG NIFI_VERSION=1.16.2
ARG BASE_URL=https://archive.apache.org/dist
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
Expand Down
3 changes: 2 additions & 1 deletion containers/nifi/build.notes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./DockerBuild.sh 1001 0 https://dlcdn.apache.org/ https://dlcdn.apache.org/ 1.16.1
Command to build from a mirror repo:
./DockerBuild.sh 1001 0 https://dlcdn.apache.org/ https://dlcdn.apache.org/ 1.16.2
2 changes: 1 addition & 1 deletion containers/nifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<docker.maintainer><![CDATA[Apache NiFi <[email protected]>]]></docker.maintainer>
<!-- files need to exist at https://archive.apache.org/dist/nifi/${docker.nifi.version}/nifi-[toolkit-]${docker.nifi.version}-bin.zip
so this version needs to be *before* the current ${project.version} -->
<docker.nifi.version>1.16.1</docker.nifi.version>
<docker.nifi.version>1.16.2</docker.nifi.version>
</properties>

<profiles>
Expand Down
6 changes: 3 additions & 3 deletions deployment/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ images:
newTag: 3.16.0
- name: nifi
newName: quay.io/rh-data-services/nifi-openshift
newTag: 1.16.1
newTag: 1.16.2
- name: nifi-registry
newName: quay.io/rh-data-services/nifi-registry-openshift
newTag: 1.16.1
newTag: 1.16.2
- name: nifi-toolkit
newName: quay.io/rh-data-services/nifi-toolkit-openshift
newTag: 1.16.1
newTag: 1.16.2
- name: zookeeper
newName: bitnami/zookeeper
newTag: 3.7.1
Expand Down

0 comments on commit 60ccf54

Please sign in to comment.