Skip to content

Commit e6b4556

Browse files
committed
chore: rename gems of july
1 parent 65ef52c commit e6b4556

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Gems of July 25"
3-
publishedAt: 2025-07-31T00:00:00.000Z
2+
title: Gems of August 25"
3+
publishedAt: 2025-08-31T00:00:00.000Z
44
tags:
55
- Gems of the Month
66
---
77

8-
Long time no see, huh? Let's try to come back to this habit.
8+
Long time no see, huh? Let's try to bring this habit back.
99

1010
## Technology
1111

@@ -14,5 +14,3 @@ Long time no see, huh? Let's try to come back to this habit.
1414
Recently when I had the problem, that when I triggered an update of an app hosted on Podman, sometimes it forgot the credentials to the container registry.
1515

1616
By default the `podman login` is stored in `/run` and with that, doesn't survive reboots. When you specify [`--authfile`](https://docs.podman.io/en/latest/markdown/podman-login.1.html#examples) the credentials are stored persistently. So when I logged in with `podman login --authfile ~/.config/containers/auth.json cr.gitlab.com` I didn't have the issue anymore.
17-
18-

0 commit comments

Comments
 (0)