Eric Rakestraw ejr
  • Joined on 2024-07-26
ejr created repository ejr/ansible-role-feedstack 2026-02-07 13:34:35 +00:00
ejr pushed tag v0.2.1 to maximumdirect.net/docker-openldap 2026-02-02 03:45:38 +00:00
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:40:52 +00:00
800010b1ff Create a symlink to /run at /var/run because Ubuntu.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:34:25 +00:00
6e762a268b Updated Dockerfile to create /run/slapd instead of /var/run/slapd because Ubuntu.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:20:20 +00:00
9366eab50e Updated the Woodpecker pipeline to build when a new tag is pushed.
ejr pushed tag v0.2 to maximumdirect.net/docker-openldap 2026-02-02 03:20:20 +00:00
ejr deleted tag v0.2.1 from maximumdirect.net/docker-openldap 2026-02-02 03:18:34 +00:00
ejr deleted tag v0.2 from maximumdirect.net/docker-openldap 2026-02-02 03:18:29 +00:00
ejr pushed tag v0.2.1 to maximumdirect.net/docker-openldap 2026-02-02 03:16:52 +00:00
ejr pushed tag v0.2 to maximumdirect.net/docker-openldap 2026-02-02 03:13:07 +00:00
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:10:32 +00:00
ba51716a00 Fixed a typo in the mkdir command in the Dockerfile.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:09:16 +00:00
49bb697e1d Updated Dockerfile to pre-create /var/run/slapd before installing the package.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 03:06:27 +00:00
9209f014af Added DEBIAN_FRONTEND=noninteractive to the Dockerfile.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 02:53:36 +00:00
0b15e44f6b Update the build to install slapd before slapd-contrib, since apt-get was hitting a race condition when they were both selected for install at the same time.
ejr pushed to main at maximumdirect.net/docker-openldap 2026-02-02 02:50:31 +00:00
cf60323df4 Updated the Dockerfile to use our internal Harbor proxy cache, and added Woodpecker pipeline support.
ejr pushed to main at ejr/weatherfeeder 2026-02-02 01:40:29 +00:00
d858bc1f31 Updated Dockerfile and Woodpecker pipeline to use harbor.maximumdirect.net proxy cache for upstream images.
ejr pushed to main at ejr/weatherfeeder 2026-02-02 01:04:37 +00:00
2a88c3c5f3 Updated the Woodpecker pipeline to utilize caching.
ejr pushed to main at ejr/weatherfeeder 2026-02-02 00:17:35 +00:00
33c35b5f4a Update Dockerfile to streamline the weatherfeeder user creation.
ejr pushed to main at ejr/weatherfeeder 2026-02-01 23:00:34 +00:00
df3f42ef30 Updated the Dockerfile to reflect best practices; removed the dropreplace lines after updates to go.mod.
ejr pushed to main at ejr/weatherfeeder 2026-02-01 16:16:04 +00:00
e86d4a02e0 Added a go mod tidy step to the Dockerfile build.