Skip to content

Commit 8418141

Browse files
author
Matthew Fisher
committed
fix(controller): do not commit to latest
while this was a nice-to-have before, we are actually pushing config values on top of the latest build, which breaks config:unset.
1 parent b65e499 commit 8418141

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

controller/registry/private.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def _commit(repository_path, image, layer, tag):
7272
cookies = _put_layer(image['id'], layer)
7373
_put_checksum(image, cookies)
7474
_put_tag(image['id'], repository_path, tag)
75-
# point latest to the new tag
76-
_put_tag(image['id'], repository_path, 'latest')
7775

7876

7977
def _put_first_image(repository_path):

0 commit comments

Comments
 (0)