Skip to content

Commit

Permalink
Compare VespaDocker without docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Apr 4, 2022
1 parent c45fdcb commit cdc0d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespa/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def __eq__(self, other):
and self.local_port == other.local_port
and self.disk_folder == other.disk_folder
and self.container_memory == other.container_memory
and self.container_image == other.container_image
and self.container_image.split(":")[0] == other.container_image.split(":")[0]
)

def __repr__(self):
Expand Down

0 comments on commit cdc0d25

Please sign in to comment.