github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/contrib/snapcraft/README.md (about)

     1  <h1 align="center">
     2    <img src="https://raw.githubusercontent.com/containers/podman.io/master/images/podman.svg?sanitize=true" alt="podman">
     3    <br />
     4  </h1>
     5  
     6  <p align="center"><b>This is the snap for <a href="https://podman.io/">podman</a></b>, <i>“Managing Pods, Containers, and Container Images in Multiple Formats (Docker, OCI, ...).”</i>. It works on Ubuntu, Fedora, Debian, RHEL, SUSE, and other major Linux
     7  distributions.</p>
     8  
     9  <!-- Uncomment and modify this when you are provided a build status badge
    10  <p align="center">
    11  <a href="https://build.snapcraft.io/user/snapcrafters/fork-and-rename-me"><img src="https://build.snapcraft.io/badge/snapcrafters/fork-and-rename-me.svg" alt="Snap Status"></a>
    12  </p>
    13  -->
    14  
    15  <!-- Uncomment and modify this when you have a screenshot
    16  ![podman](screenshot.png?raw=true "podman")
    17  -->
    18  
    19  <p align="center">Published for <img src="https://raw.githubusercontent.com/anythingcodes/slack-emoji-for-techies/gh-pages/emoji/tux.png" align="top" width="24" /> with 💝 by Snapcrafters</p>
    20  
    21  ## Install
    22  
    23      sudo snap install podman
    24  
    25  ([Don't have snapd installed?](https://snapcraft.io/docs/core/install))
    26  
    27  ## Remaining tasks
    28  <!-- Uncomment and modify this when you have a screenshot
    29  ![podman](screenshot.png?raw=true "podman")
    30  -->
    31  
    32  Snapcrafters ([join us](https://forum.snapcraft.io/t/join-snapcrafters/1325))
    33  are working to land snap install documentation and
    34  the [snapcraft.yaml](https://github.com/snapcrafters/podman/blob/master/snap/snapcraft.yaml)
    35  upstream so `podman` can authoritatively publish future releases.
    36  
    37    - [x] Fork the [Snapcrafters template](https://github.com/snapcrafters/fork-and-rename-me) repository to your own GitHub account.
    38      - If you have already forked the Snapcrafter template to your account and want to create another snap, you'll need to use GitHub's [Import repository](https://github.com/new/import) feature because you can only fork a repository once.
    39    - [x] Rename the forked Snapcrafters template repository
    40    - [x] Update the description of the repository
    41    - [x] Update logos and references to `podman` and `[podman]`
    42    - [ ] Create a snap that runs in `devmode`
    43    - [x] Register the snap in the store, **using the preferred upstream name**
    44    - [ ] Add a screenshot to this `README.md`
    45    - [ ] Publish the `devmode` snap in the Snap store edge channel
    46    - [ ] Add install instructions to this `README.md`
    47    - [ ] Update snap store metadata, icons and screenshots
    48    - [ ] Convert the snap to `strict` confinement, or `classic` confinement if it qualifies
    49    - [ ] Publish the confined snap in the Snap store beta channel
    50    - [ ] Update the install instructions in this `README.md`
    51    - [ ] Post a call for testing on the [Snapcraft Forum](https://forum.snapcraft.io) - [link]()
    52    - [ ] Make a post in the [Snapcraft Forum](https://forum.snapcraft.io) asking for a transfer of the snap name from you to snapcrafters - [link]()
    53    - [ ] Ask a [Snapcrafters admin](https://github.com/orgs/snapcrafters/people?query=%20role%3Aowner) to fork your repo into github.com/snapcrafters, and configure the repo for automatic publishing into edge on commit
    54    - [ ] Add the provided Snapcraft build badge to this `README.md`
    55    - [ ] Publish the snap in the Snap store stable channel
    56    - [ ] Update the install instructions in this `README.md`
    57    - [ ] Post an announcement in the [Snapcraft Forum](https://forum.snapcraft.io) - [link]()
    58    - [ ] Submit a pull request or patch upstream that adds snap install documentation - [link]()
    59    - [ ] Submit a pull request or patch upstream that adds the `snapcraft.yaml` and any required assets/launchers - [link]()
    60    - [ ] Add upstream contact information to the `README.md`
    61    - If upstream accept the PR:
    62      - [ ] Request upstream create a Snap store account
    63      - [ ] Contact the Snap Advocacy team to request the snap be transferred to upstream
    64    - [ ] Ask the Snap Advocacy team to celebrate the snap - [link]()
    65  
    66  If you have any questions, [post in the Snapcraft forum](https://forum.snapcraft.io).
    67  
    68  <!--
    69  ## The Snapcrafters
    70  
    71  | [![Your Name](https://gravatar.com/avatar/bc0bced65e963eb5c3a16cab8b004431/?s=128)](https://github.com/yourname/) |
    72  | :---: |
    73  | [Your Name](https://github.com/yourname/) |
    74  -->
    75  
    76  <!-- Uncomment and modify this when you have upstream contacts
    77  ## Upstream
    78  
    79  | [![Upstream Name](https://gravatar.com/avatar/bc0bced65e963eb5c3a16cab8b004431?s=128)](https://github.com/upstreamname) |
    80  | :---: |
    81  | [Upstream Name](https://github.com/upstreamname) |
    82  -->