ddev/arch-aur-builder

Sponsored OSS

By DDEV

Updated over 3 years ago

Arch push helper (obsolete)

Image
Security
Integration & delivery
Operating systems
0

1.2K

ddev/arch-aur-builder repository overview

arch-aur-builder docker image

Overview

This obsolete image was once used for pushing DDEV releases to AUR. It is no longer used, as we use goreleaser now.

Instructions

This can be pushed with

cat aur-checker-Dockerfile | docker buildx build  --push --platform linux/amd64 -t "ddev/arch-aur-builder:latest" -

`

  • Edit PKGBUILD to change the version and hash or anything else
  • Then run it with
# docker run --rm --mount type=bind,source=$(pwd),target=/tmp/ddev-bin --workdir=/tmp/ddev-bin ddev/arch-aur-builder bash -c "makepkg --printsrcinfo > .SRCINFO && makepkg -s"
  • Then git add -u and commit and push

Source:

https://github.com/ddev/ddev/blob/v1.23.5/.circleci/aur-checker-Dockerfile

Maintained by:

The DDEV Docker Maintainers

Where to get help:

Where to file issues:

https://github.com/ddev/ddev/issues

Documentation:

What is DDEV?

DDEV is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental).

These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:85b3bcc06

Size

328.3 MB

Last updated

over 3 years ago

docker pull ddev/arch-aur-builder

This week's pulls

Pulls:

111

Last week