Skip to content

albuild/snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

albuild-snap

A set of prebuilt snapd and snap tools for Amazon Linux 2.

Install (Amazon WorkSpaces)

Instructions

  1. Download the snap-confine and snapd packages from the Release page.

  2. 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.rpm
    
  3. Enable the snapd.socket.

    sudo systemctl enable --now snapd.socket
    
  4. Logout and login.

Build (Amazon WorkSpaces)

System Requirements

  • Docker

Instructions

  1. Clone this repository.

    git clone https://github.com/albuild/snap.git
    
  2. Go to the repository.

    cd snap
    
  3. Build a new image.

    bin/build
    
  4. Extract built packages from the built image. The packages will be copied to the ./rpm directory.

    bin/cp
    
  5. Delete the built image.

    bin/rmi