Skip to content
Snippets Groups Projects
Commit dded6479 authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

Updated njs to 0.4.3 on stable images

parent 9774b522
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FROM alpine:3.11 ...@@ -3,7 +3,7 @@ FROM alpine:3.11
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0 ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.2 ENV NJS_VERSION 0.4.3
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
...@@ -65,7 +65,7 @@ RUN set -x \ ...@@ -65,7 +65,7 @@ RUN set -x \
&& cd ${tempDir} \ && cd ${tempDir} \
&& hg clone https://hg.nginx.org/pkg-oss \ && hg clone https://hg.nginx.org/pkg-oss \
&& cd pkg-oss \ && cd pkg-oss \
&& hg up -r 489 \ && hg up -r 494 \
&& cd alpine \ && cd alpine \
&& make all \ && make all \
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \ && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
......
...@@ -3,7 +3,7 @@ FROM alpine:3.11 ...@@ -3,7 +3,7 @@ FROM alpine:3.11
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0 ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.2 ENV NJS_VERSION 0.4.3
ENV PKG_RELEASE 1 ENV PKG_RELEASE 1
RUN set -x \ RUN set -x \
...@@ -64,7 +64,7 @@ RUN set -x \ ...@@ -64,7 +64,7 @@ RUN set -x \
&& cd ${tempDir} \ && cd ${tempDir} \
&& hg clone https://hg.nginx.org/pkg-oss \ && hg clone https://hg.nginx.org/pkg-oss \
&& cd pkg-oss \ && cd pkg-oss \
&& hg up -r 489 \ && hg up -r 494 \
&& cd alpine \ && cd alpine \
&& make all \ && make all \
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \ && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
......
...@@ -3,7 +3,7 @@ FROM debian:buster-slim ...@@ -3,7 +3,7 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0 ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.2 ENV NJS_VERSION 0.4.3
ENV PKG_RELEASE 1~buster ENV PKG_RELEASE 1~buster
RUN set -x \ RUN set -x \
......
...@@ -3,7 +3,7 @@ FROM debian:buster-slim ...@@ -3,7 +3,7 @@ FROM debian:buster-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_VERSION 1.18.0 ENV NGINX_VERSION 1.18.0
ENV NJS_VERSION 0.4.2 ENV NJS_VERSION 0.4.3
ENV PKG_RELEASE 1~buster ENV PKG_RELEASE 1~buster
RUN set -x \ RUN set -x \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment