Skip to content

Commit

Permalink
feat(dive): initial metadata into to install dive
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlutz authored and philclifford committed Jul 17, 2023
1 parent a31c3dc commit 291ab7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ deborah
deltachat-desktop
deskcut
discord
dive
docker-ce
docker-desktop
draw.io
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/dive
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "wagoodman/dive" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="dive"
WEBSITE="https://github.com/wagoodman/dive/"
SUMMARY="A tool for exploring each layer in a docker image."

0 comments on commit 291ab7f

Please sign in to comment.