Skip to content

Commit

Permalink
Merge branch 'fix-cache-image' into 'master'
Browse files Browse the repository at this point in the history
Fix cache image

See merge request !93
  • Loading branch information
CMGS committed Apr 20, 2017
2 parents 328aa5a + 58e961b commit 44aca7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/calcium/remove_container.go
Expand Up @@ -74,7 +74,7 @@ func (c *calcium) RemoveContainer(ids []string) (chan *types.RemoveContainerMess
}

wg.Add(1)
ib.Add(container.Podname, info.Image)
ib.Add(container.Podname, info.Config.Image)
go func(container *types.Container, info enginetypes.ContainerJSON) {
defer wg.Done()

Expand Down
2 changes: 1 addition & 1 deletion eru-core.service
Expand Up @@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
Environment=GOTRACEBACK=crash
ExecStart=/usr/bin/eru-core --config /etc/eru-core/core.yaml --log-level DEBUG
ExecStart=/usr/bin/eru-core --config /etc/eru-core/core.yaml
LimitNOFILE=10485760
LimitNPROC=10485760
LimitCORE=infinity
Expand Down

0 comments on commit 44aca7c

Please sign in to comment.