We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536ec5b + 9e613a7 commit bdf931aCopy full SHA for bdf931a
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# 0.5.3
2
+
3
+Thank you for contributions from @jamescassell and @alexgarel!
4
5
+## Bug fixes
6
7
+* Bender now correctly picks up all cached layers and does not display an error
8
+ message: `Error: could not get runtime: error creating runtime static files
9
+ directory /var/lib/containers/storage/libpod: mkdir
10
+ /var/lib/containers/storage/libpod: permission denied`. This was coming from
11
+ podman so we switched to buildah to perform checks for presence of layers.
12
+* A name of a working container now contains month digits instead of minutes as
13
+ one would expect. (How come that no one noticed?)
14
15
+## Minor
16
17
+* README now contains a bit of documentation for limitations of rootless mode.
18
19
20
# 0.5.2
21
22
## Bug fixes
0 commit comments