mirror of https://github.com/apache/nifi.git
NIFI-5720 Updated dockerhub module for next release
This commit is contained in:
parent
4f14e517db
commit
f6d8eada6a
|
@ -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.8.0
|
apache/nifi:1.9.0
|
||||||
|
|
|
@ -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.8.0
|
ARG NIFI_VERSION=1.9.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}
|
||||||
|
|
Loading…
Reference in New Issue