Skip to content

Commit

Permalink
Merge pull request #180 from wunderio/feature/elasticdump
Browse files Browse the repository at this point in the history
php-fpm: elasticdump for importing/exporting Elasticsearch data
  • Loading branch information
Rade333 authored Aug 13, 2024
2 parents 8363446 + 566979f commit cf7c924
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 12 deletions.
7 changes: 7 additions & 0 deletions silta-php-fpm/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN rm -rf /tmp/* /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.2-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
7.2
7.2-fpm
7.2-fpm-v1
7.2-fpm-v1.1
7.2-fpm-v1.1.0
7.2-fpm-v1.2
7.2-fpm-v1.2.0
7 changes: 7 additions & 0 deletions silta-php-fpm/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN rm -rf /tmp/* /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.3-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
7.3
7.3-fpm
7.3-fpm-v1
7.3-fpm-v1.1
7.3-fpm-v1.1.0
7.3-fpm-v1.2
7.3-fpm-v1.2.0
latest
7 changes: 7 additions & 0 deletions silta-php-fpm/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN apk del autoconf pkgconfig
RUN rm -rf /tmp/* /var/cache/apk/*
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.4-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
7.4
7.4-fpm
7.4-fpm-v1
7.4-fpm-v1.1
7.4-fpm-v1.1.0
7.4-fpm-v1.2
7.4-fpm-v1.2.0
7 changes: 7 additions & 0 deletions silta-php-fpm/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN rm -rf /tmp/* /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.0-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.0
8.0-fpm
8.0-fpm-v1
8.0-fpm-v1.1
8.0-fpm-v1.1.0
8.0-fpm-v1.2
8.0-fpm-v1.2.0
7 changes: 7 additions & 0 deletions silta-php-fpm/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN rm -rf /tmp/* /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.1-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.1
8.1-fpm
8.1-fpm-v1
8.1-fpm-v1.1
8.1-fpm-v1.1.1
8.1-fpm-v1.2
8.1-fpm-v1.2.0
7 changes: 7 additions & 0 deletions silta-php-fpm/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ RUN wget https://github.com/Smile-SA/gdpr-dump/releases/download/${SA_GDPR_DUMP_
&& chmod +x /usr/local/bin/gdpr-dump \
&& gdpr-dump --version

# Elasticdump for importing/exporting Elasticsearch data
RUN apk add nodejs \
&& apk add --no-cache --virtual .build-deps npm \
&& npm install -g elasticdump@v6 \
&& npm cache clean --force \
&& apk del .build-deps

# Clean up
RUN rm -rf /tmp/* /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.2-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.2
8.2-fpm
8.2-fpm-v1
8.2-fpm-v1.1
8.2-fpm-v1.1.1
8.2-fpm-v1.2
8.2-fpm-v1.2.0

0 comments on commit cf7c924

Please sign in to comment.