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

Commit

Permalink
fix(controller): do not commit to latest
Browse files Browse the repository at this point in the history
while this was a nice-to-have before, we are actually pushing config
values on top of the latest build, which breaks config:unset.
  • Loading branch information
Matthew Fisher committed Oct 16, 2014
1 parent b65e499 commit 8418141
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controller/registry/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def _commit(repository_path, image, layer, tag):
cookies = _put_layer(image['id'], layer)
_put_checksum(image, cookies)
_put_tag(image['id'], repository_path, tag)
# point latest to the new tag
_put_tag(image['id'], repository_path, 'latest')


def _put_first_image(repository_path):
Expand Down

0 comments on commit 8418141

Please sign in to comment.