Hello, for the license you can do in a similar way to Vivaldi
license=('custom: Docker Agreement')
add makedepends=(w3m)
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
w3m -dump https://www.docker.com/legal/docker-subscription-service-agreement/ \
> "$pkgdir/usr/share/licenses/$pkgname/docker-agreement.txt"
}
That's the link they are using in their package (the license file for custom licenses need to be present; a link is not enough)
Pinned Comments
xeeynamo commented on 2025-03-05 15:04 (UTC)
Bump to 4.39.0
New:
docker desktop logs
command.--platform
flag on docker load anddocker save
. This helps you import and export a subset of multi-platform images.Upgrades:
Bugfixes and enhancements:
docker history
For Linux: