Skip to content

Commit

Permalink
remove confd (unmaintained)
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Dec 8, 2024
1 parent d02fdea commit 0addef4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ COPY apk-world /etc/apk/world
# install from apk-world
RUN apk add --no-cache

RUN curl -sfLo /usr/bin/confd \
https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 && \
chmod a+x /usr/bin/confd

RUN cpanm Devel::CheckLib HTTP::Date LWP::Simple DBI CPAN && rm -fr ~/.cpanm

# latest versions don't support MySQL 5.7
Expand Down

0 comments on commit 0addef4

Please sign in to comment.