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

Updated njs to 0.4.0

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