Skip to content

Commit

Permalink
docs: add more podman details
Browse files Browse the repository at this point in the history
refs #3538
  • Loading branch information
caarlos0 committed Nov 9, 2022
1 parent d4c3e82 commit b9241a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/archive/targz/targz_test.go
Expand Up @@ -87,7 +87,6 @@ func TestTarGzFile(t *testing.T) {
}
require.NoError(t, err)
paths = append(paths, next.Name)
t.Logf("%s: %v", next.Name, next.FileInfo().Mode())
if next.Name == "sub1/executable" {
ex := next.FileInfo().Mode() | 0o111
require.Equal(t, next.FileInfo().Mode().String(), ex.String())
Expand Down
6 changes: 5 additions & 1 deletion www/docs/customization/docker.md
Expand Up @@ -281,5 +281,9 @@ dockers:
use: podman
```

Note that GoReleaser will not install Podman for you, nor change any of its configuration.
Note that GoReleaser will not install Podman for you, nor change any of its
configuration.

If you want to use it rootless, make sure to follow
[this guide](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).

0 comments on commit b9241a4

Please sign in to comment.