v4.1.0

labring/sealosv4.1.0Aug 30, 2022by github-actions[bot]

AI Summary

This release introduces package management repositories (APT and Yum) for the labring organization and provides updated Docker images and buildah binaries for multiple architectures.

Key Highlights

  • Added APT repository configuration for labring packages
  • Added YUM repository configuration for labring packages
  • Provided Docker images for ghcr.io/labring/sealos and ghcr.io/labring/lvscare
  • Provided buildah download links for amd64 and arm64 architectures

Full Release Notes

### Usage
```sh
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget  https://github.com/labring/sealos/releases/download/v4.1.0/sealos_4.1.0_linux_amd64.tar.gz  && \
    tar -zxvf sealos_4.1.0_linux_amd64.tar.gz sealos &&  chmod +x sealos && mv sealos /usr/bin
# 创建一个集群
sealos run labring/kubernetes:v1.24.0 labring/calico:v3.22.1     --masters 192.168.64.2,192.168.64.22,192.168.64.20     --nodes 192.168.64.21,192.168.64.19     --passwd your-own-ssh-passwd
```

### amd64 buildah 下载地址
[下载地址](https://github.com/labring/cluster-image/releases/download/depend/buildah.linux.amd64)
### arm64 buildah 下载地址
[下载地址](https://github.com/labring/cluster-image/releases/download/depend/buildah.linux.arm64)

### Docker images

sealos:

```
docker pull ghcr.io/labring/sealos:v4.1.0
```

lvscare:

```
docker pull ghcr.io/labring/lvscare:v4.1.0
```

### APT 源

Use your public APT Repository URL to install DEB packages:

```
https://apt.fury.io/labring/
```

To enable, add the following file **/etc/apt/sources.list.d/fury.list**:

```
deb [trusted=yes] https://apt.fury.io/labring/ /
```

### Yum源

Use your public YUM Repository URL to install RPM packages:

```
https://yum.fury.io/labring/
```

To enable, add the following file **/etc/yum.repos.d/fury.repo**:

```
[fury]
name=Gemfury Private Repo
baseurl=https://yum.fury.io/labring/
enabled=1
gpgcheck=0
```