A set of prebuilt snapd and snap tools for Amazon Linux 2.
Download the snap-confine and snapd packages from the Release page.
Install the package.
sudo yum -y install snap-confine-0.1.0-0.amzn2.x86_64.rpm snapd-0.1.0-0.amzn2.x86_64.rpmEnable the snapd.socket.
sudo systemctl enable --now snapd.socketLogout and login.
- Docker
Clone this repository.
git clone https://github.com/albuild/snap.gitGo to the repository.
cd snapBuild a new image.
bin/buildExtract built packages from the built image. The packages will be copied to the ./rpm directory.
bin/cpDelete the built image.
bin/rmi