File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM centos:7
77# Should set ID_REL_BASE and ID_PATCH build args.
88#
99
10- ARG ID_REL_BASE=2020.1.1
10+ ARG ID_REL_BASE=2020.2.0
1111ARG ID_PATCH=9999999
1212ENV PKGNAME helix-auth-svc
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM centos:8
77# Should set ID_REL_BASE and ID_PATCH build args.
88#
99
10- ARG ID_REL_BASE=2020.1.1
10+ ARG ID_REL_BASE=2020.2.0
1111ARG ID_PATCH=9999999
1212ENV PKGNAME helix-auth-svc
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ cp -pr views/* %{buildroot}%{installprefix}/views
5555cp ecosystem.config.js %{buildroot }%{installprefix }/ecosystem.config.js
5656cp logging.config.js %{buildroot }%{installprefix }/logging.config.js
5757cp package-lock.json %{buildroot }%{installprefix }/package-lock.json
58- sed -e "s/\"2020.1.1 \"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
58+ sed -e "s/\"2020.2.0 \"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
5959 -e "s|+MAIN+|%{hasversion }|" \
6060 package.json > %{buildroot }%{installprefix }/package.json
6161cp README.md %{buildroot }%{installprefix }/README.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:16.04
77# Should set ID_REL_BASE and ID_PATCH build args.
88#
99
10- ARG ID_REL_BASE=2020.1.1
10+ ARG ID_REL_BASE=2020.2.0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -44,7 +44,7 @@ COPY ecosystem.config.js ecosystem.config.js
4444COPY logging.config.js logging.config.js
4545COPY package-lock.json package-lock.json
4646COPY package.json package.json.in
47- RUN sed -e "s/\" 2020.1.1 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
47+ RUN sed -e "s/\" 2020.2.0 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4848 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
4949 rm -f package.json.in
5050COPY README.md README.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:18.04
77# Should set ID_REL_BASE and ID_PATCH build args.
88#
99
10- ARG ID_REL_BASE=2020.1.1
10+ ARG ID_REL_BASE=2020.2.0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -44,7 +44,7 @@ COPY ecosystem.config.js ecosystem.config.js
4444COPY logging.config.js logging.config.js
4545COPY package-lock.json package-lock.json
4646COPY package.json package.json.in
47- RUN sed -e "s/\" 2020.1.1 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
47+ RUN sed -e "s/\" 2020.2.0 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4848 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
4949 rm -f package.json.in
5050COPY README.md README.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:20.04
77# Should set ID_REL_BASE and ID_PATCH build args.
88#
99
10- ARG ID_REL_BASE=2020.1.1
10+ ARG ID_REL_BASE=2020.2.0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -44,7 +44,7 @@ COPY ecosystem.config.js ecosystem.config.js
4444COPY logging.config.js logging.config.js
4545COPY package-lock.json package-lock.json
4646COPY package.json package.json.in
47- RUN sed -e "s/\" 2020.1.1 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
47+ RUN sed -e "s/\" 2020.2.0 \" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4848 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
4949 rm -f package.json.in
5050COPY README.md README.md
Original file line number Diff line number Diff line change 11{
22 "name" : " helix-auth-svc" ,
3- "version" : " 2020.1.1 " ,
3+ "version" : " 2020.2.0 " ,
44 "description" : " Helix Authentication Service: +MAIN+" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments