File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
password : ${{ secrets.DOCKERHUB_API_TOKEN }}
16
16
- name : Build and Push image to docker Hub
17
17
env :
18
- TAG : 1.12 .2
18
+ TAG : 1.11.6+fastly1.3 .2
19
19
REPO : signalsciences/sigsci-nginx-ingress-controller
20
20
run : |
21
21
docker buildx create --name build_multiarch --use
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN apk -U upgrade && apk add --no-cache gnupg wget curl --virtual ./build_deps
17
17
# Figure out which nginx is installed in the container
18
18
&& NGXVERSION=$(nginx -v 2>&1 | sed 's%^[^/]*/\( [0-9]*\. [0-9]*\. [0-9]*\) .*%\1 %' ) \
19
19
# Get the latest version of the sigsci nginx native module
20
- && MODULE_VERSION=$(wget -O- -q https://dl.signalsciences.net /sigsci-module-nginx-native/VERSION) \
20
+ && MODULE_VERSION=$(wget -O- -q https://dl.security.fastly.com /sigsci-module-nginx-native/VERSION) \
21
21
# Get the correct sigsci nginx native module based on alpine version, nginx version, and module version
22
- && wget https://apk.signalsciences.net /sigsci_apk.pub && mv sigsci_apk.pub /etc/apk/keys \
23
- && echo "https://apk.signalsciences.net /${ALPINE_RELEASE}/main" | tee -a /etc/apk/repositories \
22
+ && wget https://apk.security.fastly.com /sigsci_apk.pub && mv sigsci_apk.pub /etc/apk/keys \
23
+ && echo "https://apk.security.fastly.com /${ALPINE_RELEASE}/main" | tee -a /etc/apk/repositories \
24
24
&& apk add ${PKGNAME}-${NGXVERSION} \
25
25
&& ln -s /usr/lib/nginx/modules/ngx_http_sigsci_module.so /etc/nginx/modules/ngx_http_sigsci_module.so \
26
26
&& sed -i 's@^pid.*@&\n load_module /usr/lib/nginx/modules/ngx_http_sigsci_module.so;\n @' /etc/nginx/nginx.conf \
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN apk update && apk add --no-cache gnupg wget --virtual ./build_deps \
17
17
# Figure out which nginx is installed in the container
18
18
&& NGXVERSION=$(nginx -v 2>&1 | sed 's%^[^/]*/\([0-9]*\.[0-9]*\.[0-9]*\).*%\1%') \
19
19
# Get the latest version of the sigsci nginx native module
20
- && MODULE_VERSION=$(wget -O- -q https://dl.signalsciences.net /sigsci-module-nginx-native/VERSION) \
20
+ && MODULE_VERSION=$(wget -O- -q https://dl.security.fastly.com /sigsci-module-nginx-native/VERSION) \
21
21
# Get the correct sigsci nginx native module based on alpine version, nginx version, and module version
22
- && wget https://apk.signalsciences.net /sigsci_apk.pub && mv sigsci_apk.pub /etc/apk/keys \
23
- && echo "https://apk.signalsciences.net /${ALPINE_RELEASE}/main" | tee -a /etc/apk/repositories \
22
+ && wget https://apk.security.fastly.com /sigsci_apk.pub && mv sigsci_apk.pub /etc/apk/keys \
23
+ && echo "https://apk.security.fastly.com /${ALPINE_RELEASE}/main" | tee -a /etc/apk/repositories \
24
24
&& apk add ${PKGNAME}-${NGXVERSION} \
25
25
&& sed -i 's@^pid.*@&\nload_module /usr/lib/nginx/modules/ngx_http_sigsci_module.so;\n@' /etc/nginx/nginx.conf \
26
26
# cleanup
You can’t perform that action at this time.
0 commit comments