You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# Wolfi OS
5
5
Wolfi is the first community Linux (un)distribution declaratively built for creating a secure base layer for your containers!
6
6
7
-
Wolfi is a community Linux OS designed for the container and cloud-native era. Chainguard started the Wolfi project to enable building [Chainguard Images](https://github.com/chainguard-images), our collection of curated [distroless](https://blog.chainguard.dev/minimal-container-images-towards-a-more-secure-future/) images that meet the requirements of a secure software supply chain. This required a Linux distribution with components at the appropriate granularity and with support for [glibc](https://www.gnu.org/software/libc/).
7
+
Wolfi is a Linux OS designed for the container and cloud-native era. Chainguard started the Wolfi project to enable building [Chainguard Containers](https://www.chainguard.dev/containers), our collection of curated [distroless](https://blog.chainguard.dev/minimal-container-images-towards-a-more-secure-future/) images that meet the requirements of a secure software supply chain. This required a Linux distribution with components at the appropriate granularity and with support for [glibc](https://www.gnu.org/software/libc/).
8
8
9
9
Wolfi is a stripped-down distro designed for the cloud-native era. It doesn't have a kernel of its own, instead relying on the environment (such as the container runtime) to provide one. This separation of concerns in Wolfi means it is adaptable to a range of environments.
10
10
@@ -24,16 +24,13 @@ Wolfi, whose name was inspired by the [world's smallest octopus](https://en.wiki
24
24
25
25
## Wolfi Community
26
26
27
-
The [community repo](https://github.com/wolfi-dev/community) contains full details of our regular community calls, support forums and social media presence.
28
-
29
-
| Resource | Details, Links, etc. |
27
+
| Resource | Details |
30
28
| ----------- | ----------- |
31
-
| Notes | View our [notes](https://docs.google.com/document/d/1wBE3W81Xso6BDOU3-tWzfxGTP_X1HNsdufWbvyycaxE/edit#heading=h.zgngk9ekm1wf) from community meetings |
32
-
| YouTube | View our [playlist](https://youtube.com/playlist?list=PLLjvkjPNmuZkqtDoGuV-8SkZw6dwmHxF5) of recorded community meetings |
33
-
| Twitter / X |[`@wolfi_os`](https://twitter.com/wolfi_os)|
34
29
| Slack |`#apko` channel on [Kubernetes Slack](https://slack.kubernetes.io)|
35
30
| Forum | See [GitHub Discussions](https://github.com/orgs/wolfi-dev/discussions)|
36
31
32
+
The [community repo](https://github.com/wolfi-dev/community) contains full details of past community calls and resources.
33
+
37
34
## Get Started
38
35
39
36
To get you up and running with Wolfi, let's go over a quick demo where you can create an image from a Dockerfile.
@@ -87,22 +84,22 @@ For more guidance, you can check out a full tutorial on [Creating Wolfi Images w
87
84
Wolfi is a Linux _undistro_ designed from the ground up to support newer computing paradigms such as containers. Although Wolfi has a few similar design principles as Alpine (such as using apk), it is a different distribution that is focused on supply chain security. Unlike Alpine, Wolfi does not currently build its own Linux kernel, instead relying on the host environment (e.g. a container runtime) to provide one.
88
85
89
86
### Is Wolfi free to use?
90
-
Yes, Wolfi is free and will always be.
87
+
Yes, Wolfi is freely [available under the Apache License V2](https://github.com/wolfi-dev/os/blob/main/LICENSE) and will always be.
91
88
92
89
### Can I mix packages from Alpine repositories into a Wolfi-based image?
93
-
No, it’s not possible to mix Alpine apks with Wolfi apks. If your image requires dependencies that are currently only available for Alpine, you might consider opening a new issue in the [wolfi-os](https://github.com/chainguard-dev/wolfi-os/) repository to suggest the new package addition, or use[melange](https://github.com/chainguard-dev/melange) to build a custom apk for your image.
90
+
No, it’s not possible to mix Alpine apks with Wolfi apks. If your image requires dependencies that are currently only available for Alpine. You might consider using[melange](https://github.com/chainguard-dev/melange) to build a custom apk for your image.
94
91
95
92
### Can I use Wolfi on the Desktop?
96
-
No. Desktop distributions require additional software that is out of scope for Wolfi's roadmap.
93
+
No. Desktop distributions require additional software that is out of scope for Wolfi.
97
94
98
95
### Who maintains Wolfi?
99
-
Wolfi was created and is currently maintained by [Chainguard](https://chainguard.dev).
96
+
Wolfi was created and is currently maintained by [Chainguard](https://chainguard.dev) as the base of Chainguard OS.
100
97
101
98
### What are the plans for long-term Wolfi governance?
102
-
We intend for Wolfi to be a community-driven project, which means over time it will have multi-vendor governance and maintainers. For now we're focused on building the project and community, and will revisit this in several months when a community has formed.
99
+
We intend for Wolfi to be the core foundation of Chainguard OS and available as open source project for use with minimal packages as used in our free Chainguard Containers.
103
100
104
101
### Where can I get security feeds for Wolfi?
105
102
See [SECURITY.md](/SECURITY.md) for information about reporting security incidents concerning and consuming security data about Wolfi.
106
103
107
104
### Where can I ask questions or learn more about using Wolfi?
108
-
We have a monthly community call on the 1st Wednesday of every month! Join the next meeting by following Wolfi’s public calendar, or submit your question to our GitHub Community discussions forum.
105
+
Find details in our [repositories](https://github.com/orgs/wolfi-dev/repositories), use our [community channels](#wolfi-community) and read our [documentation](https://edu.chainguard.dev/open-source/wolfi/overview/).
0 commit comments