Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

MINIFI-520 Update Docker image names to reflect those used in Docker … #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minifi-c2/minifi-c2-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ limitations under the License.
</execution>
</executions>
<configuration>
<imageName>apacheminific2</imageName>
<imageName>apache/nifi-minifi-c2</imageName>
<dockerDirectory>${project.basedir}/dockermaven</dockerDirectory>
<imageTags>
<imageTag>${minifi.c2.version}</imageTag>
Expand Down
2 changes: 1 addition & 1 deletion minifi-docker/dockerhub/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-minifi:0.5.0
apache/nifi-minifi:0.6.0
4 changes: 2 additions & 2 deletions minifi-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ limitations under the License.
</execution>
</executions>
<configuration>
<imageName>apacheminifi</imageName>
<imageName>apache/nifi-minifi</imageName>
<dockerDirectory>${project.basedir}/dockermaven</dockerDirectory>
<imageTags>
<imageTag>${minifi.version}</imageTag>
<imageTag>${minifi.version}-maven</imageTag>
</imageTags>
<buildArgs>
<UID>1000</UID>
Expand Down