Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-21 | Dockerfile: Elixir 1.14 | Haelwenn (lanodan) Monnier | |
2023-12-20 | Elixir 1.13 is the minimum required version | Mark Felder | |
2023-12-12 | Fix dockerfile compilation. | Lain Soykaf | |
2023-12-12 | Dockerfile: Use platform libvips. | Lain Soykaf | |
2023-11-17 | Vix has pre-built NIFs for the following triples: | Mark Felder | |
aarch64-apple-darwin aarch64-linux-gnu aarch64-linux-musl armv7l-linux-gnueabihf x86_64-apple-darwin x86_64-linux-gnu x86_64-linux-musl aarch64-apple-darwin aarch64-linux-gnu aarch64-linux-musl armv7l-linux-gnueabihf x86_64-apple-darwin x86_64-linux-gnu x86_64-linux-musl | |||
2023-11-17 | Rust is required for blurhash | Mark Felder | |
2023-11-13 | Replace ImageMagick with Vips for Media Preview Proxy | Mark Felder | |
2023-11-07 | Merge branch 'develop' into phoenix1.7 | Mark Felder | |
2023-08-08 | Fix config ownership in dockerfile to pass restriction test | Cat pony Black | |
2023-05-31 | Bump minimum Elixir to 1.12 | Mark Felder | |
2023-04-24 | Use self-built elixir image for arm | tusooa | |
2023-01-18 | Use versioned image from hexpm | tusooa | |
2022-11-03 | Update to Phoenix 1.6 and chase dependencies | Mark Felder | |
Also bump minimum Elixir to 1.11 | |||
2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
2022-08-05 | Use latest alpine version for docker image | Tusooa Zhu | |
2021-12-17 | Bump alpine to 3.14 | Tusooa Zhu | |
2021-05-30 | Add ffmpeg | shibao | |
2020-11-21 | Merge branch 'libmagic' into 'develop' | feld | |
Add missing libmagic for image upload to dockerfile See merge request pleroma/pleroma!3168 | |||
2020-11-21 | Add missing libmagic for image upload | Guy Sheffer | |
2020-11-18 | Revert "Merge branch 'use-https-in-dockerfile' into 'develop'" | feld | |
This reverts merge request !2955 | |||
2020-11-12 | Install file-dev in Dockerfile build stage | Michael Walker | |
This is required by the majic, added in #2534. | |||
2020-09-04 | Use TLS when adding Alpine community repository in Dockerfile | James Alseth | |
2020-08-13 | Build files: Add cmake | lain | |
2020-07-10 | Support Exiftool for stripping EXIF data | Mark Felder | |
We really only want to strip location data anyway, and mogrify strips color profiles. | |||
2020-04-10 | Create OTP_VERSION file by `mix release` | kPherox | |
2020-04-09 | Fix OTP_VERSION file in docker | kPherox | |
2020-03-31 | add imagemagick and update inherited container to alpine:3.11 | jp | |
2020-03-31 | Add imagemagick to Docker image to fix broken mogrify plugin | Mark Felder | |
2020-01-10 | Update Dockerfile with labels. Update gitlab-ci for registry usage | jp | |
2019-09-04 | Switch to alpine:3.9 to avoid dlsym errors | Ashlynn Anderson | |
2019-09-03 | Switch to official elixir:1.9-alpine image for build | Ashlynn Anderson | |
2019-08-03 | Optimize Dockerfile | Ashlynn Anderson | |
Just merging RUNs to decrease the number of layers | |||
2019-08-03 | Create docker.exs and docker-entrypoint + round out Dockerfile | Ashlynn Anderson | |
At this point, the implementation is completely working and has been tested running live and federating with other instances. | |||
2019-08-03 | Basic working Dockerfile | Ashlynn Anderson | |
No fancy script or minit automatic migration, etc, but if you start the docker image and go in and manually do everything, it works. |