Commit graph

53 commits

Author SHA1 Message Date
Seednode 57f7de2b91 Update PCRE2 from 10.42=>10.43 2024-02-25 10:06:38 -06:00
Seednode 596035aafc Add curly braces around variables 2024-01-31 20:20:04 -06:00
Seednode fec5d94965 Replace PCRE with PCRE2 2024-01-31 20:18:44 -06:00
Seednode 033767dc17 Removed multiarch build support 2023-06-19 11:57:20 -05:00
Seednode fb214e3426 Replaced debian:testing with alpine:edge due to Debian dropping upx 2023-05-23 16:49:51 -05:00
Seednode 5faa1d6ab4 Removed arm build support, swapped from debian:stable-slim to debian:testing-slim for newer gcc 2022-11-02 09:34:08 -05:00
Seednode 03094e708e Upgraded pcre to 8.45 2022-05-02 15:34:49 -05:00
Seednode 74e2e93004 Added a few fun modules, since we have spare space 2022-03-03 19:52:30 -06:00
Seednode 44d16ac2cc Reworked permissions 2022-02-21 19:27:54 -06:00
Seednode a3fa4e376f Changed from distroless to scratch 2022-02-21 18:35:35 -06:00
Seednode cfbc5c0942 Fixed port 8080 redirect issue 2022-02-04 13:29:30 -06:00
Seednode 30fc50843c Added curly braces to variables 2022-01-18 18:46:58 -06:00
Seednode 2ccee01929 Increased build core count to 4 2022-01-17 00:16:21 -06:00
Seednode a451ead72f Cleaned up compiler and linker options 2022-01-16 23:50:18 -06:00
Seednode b7901ba00b Added more descriptive comments 2022-01-16 21:23:11 -06:00
Seednode c8dc525c2e Updated Dockerfile format to match other images 2022-01-16 21:17:44 -06:00
Seednode 67e8d263a0 Limit build to one core to avoid locking up system 2022-01-16 20:54:32 -06:00
Seednode dfe03d6c2f Cleaned up comments 2022-01-16 20:37:11 -06:00
Seednode bb18e7bcad Added multiplatform builds and removed redundant Dockerfile 2022-01-16 20:36:24 -06:00
Seednode 521d37d0fb Converted to rootless 2022-01-16 18:12:12 -06:00
Seednode 330f62e1eb Added Dockerfile for AArch64 2022-01-15 23:26:13 -06:00
Seednode 126e1f73cd Explicitly added -s to strip command and enabled multithreaded builds 2022-01-14 10:23:04 -06:00
Seednode 6d058c4575 strip and compress nginx binary 2022-01-13 17:24:31 -06:00
Seednode 1e6ef8dbde Modified slightly for compatibility with php-fpm 2022-01-13 17:06:08 -06:00
Seednode 70436011f2 Changed user for distroless 2022-01-06 14:06:09 -06:00
Seednode 2855d371a9 Created distroless version 2022-01-06 14:04:39 -06:00
Seednode 10c9ed3099 Updated to 1.21.2 2021-08-31 12:28:32 -05:00
Seednode 23238989db Added group argument to adduser, per suggestion from chef 2021-06-17 19:34:06 -05:00
Seednode a2002db22f Removed modules directory 2021-06-06 14:36:02 -05:00
Seednode 3d3e780b57 Updated script to allow latest tag 2021-06-06 14:35:13 -05:00
Seednode ea8ed290c6 Statically linked 2021-04-27 18:52:40 -05:00
Seednode 7a3099e979 Replaced tabs with spaces 2020-12-13 17:31:35 -05:00
Seednode d471a04acf Changed core count to use nproc 2020-11-06 13:23:04 -05:00
Seednode 08edb58722 Removed reference to gzip in nginx.conf 2020-11-01 23:44:07 -05:00
Seednode b9312b4fab Fixed whitespace 2020-11-01 23:21:42 -05:00
Seednode 71c7fdb864 Quoted variables 2020-07-21 11:52:31 -04:00
Seednode d45586ecf4 Added default nginx configs 2020-07-20 18:33:55 -04:00
Seednode ac1f52bc89 Added ngx-fancyindex module 2020-07-20 14:23:43 -04:00
Seednode e853c46ce5 Re-ordered dockerfile to increase shared stages with nginx php build 2020-07-14 18:00:14 -04:00
Seednode e42e8a363d Updated build process to actually make sense 2020-07-14 17:47:19 -04:00
Seednode f8f92eff98 Removed defunct reference to OpenSSL support 2020-06-28 16:16:09 -04:00
Seednode 124402c58c Re-enabled pushing image to registry 2020-06-25 23:36:32 -04:00
Seednode f7f56814a1 No longer push image to registry 2020-06-25 15:32:18 -04:00
Seednode e83f64c24d Change temp paths 2020-03-21 17:46:53 +00:00
Seednode fd80eed1b0 Change owner of temp paths to www-data 2020-03-21 17:46:37 +00:00
Seednode 6b859916a8 Removed gzip module; traefik handles compression 2020-03-15 18:58:46 +00:00
Seednode 49ad7f6944 Statically compiled in zlib and pcre 2020-03-13 18:04:59 +00:00
Seednode ffcf5965ef Changed from CMD to ENTRYPOINT to allow passing arguments 2020-03-11 22:44:34 +00:00
Seednode b5a21c9824 Removed comment referencing supervisord 2020-03-11 22:19:46 +00:00
Seednode 183f62eeaa Moved build script to subdirectory for clarity 2020-03-11 22:11:37 +00:00