Skip to content

Commit

Permalink
Fixing docker push on fedora 25 -f is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan committed Jan 27, 2017
1 parent ccb72d2 commit 42675bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clean:
docker rmi $(LOCAL_IMAGE)

push: build
docker tag -f $(LOCAL_IMAGE) $(SPARK_IMAGE)
docker tag $(LOCAL_IMAGE) $(SPARK_IMAGE)
docker push $(SPARK_IMAGE)

create: push template.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# Push

make push REPO=[REGISTRY_HOST/][USERNAME]
make push SPARK_IMAGE=[REGISTRY_HOST/][USERNAME]

0 comments on commit 42675bb

Please sign in to comment.