Skip to content

Commit 44aca7c

Browse files
committed
Merge branch 'fix-cache-image' into 'master'
Fix cache image See merge request !93
2 parents 328aa5a + 58e961b commit 44aca7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/calcium/remove_container.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (c *calcium) RemoveContainer(ids []string) (chan *types.RemoveContainerMess
7474
}
7575

7676
wg.Add(1)
77-
ib.Add(container.Podname, info.Image)
77+
ib.Add(container.Podname, info.Config.Image)
7878
go func(container *types.Container, info enginetypes.ContainerJSON) {
7979
defer wg.Done()
8080

eru-core.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
Type=simple
77
Environment=GOTRACEBACK=crash
8-
ExecStart=/usr/bin/eru-core --config /etc/eru-core/core.yaml --log-level DEBUG
8+
ExecStart=/usr/bin/eru-core --config /etc/eru-core/core.yaml
99
LimitNOFILE=10485760
1010
LimitNPROC=10485760
1111
LimitCORE=infinity

0 commit comments

Comments
 (0)