File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11 Release Notes for
22 Helix Authentication Service (HAS)
3- Version 2021.1
3+ Version 2021.2
44
55
66Introduction
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=2021.1 .0
10+ ARG ID_REL_BASE=2021.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=2021.1 .0
10+ ARG ID_REL_BASE=2021.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 @@ -45,7 +45,7 @@ cp -pr docs/licenses %{buildroot}%{installprefix}/docs/licenses
4545
4646cp example.env %{buildroot }%{installprefix }/example.env
4747cp logging.config.js %{buildroot }%{installprefix }/logging.config.js
48- sed -e "s/\"2021.1 .0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
48+ sed -e "s/\"2021.2 .0\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
4949 -e "s|+MAIN+|%{hasversion }|" \
5050 package.json > %{buildroot }%{installprefix }/package.json
5151cp 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=2021.1 .0
10+ ARG ID_REL_BASE=2021.2 .0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545COPY logging.config.js logging.config.js
4646COPY package-lock.json package-lock.json
4747COPY package.json package.json.in
48- RUN sed -e "s/\" 2021.1 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
48+ RUN sed -e "s/\" 2021.2 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4949 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050 rm -f package.json.in
5151COPY 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=2021.1 .0
10+ ARG ID_REL_BASE=2021.2 .0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545COPY logging.config.js logging.config.js
4646COPY package-lock.json package-lock.json
4747COPY package.json package.json.in
48- RUN sed -e "s/\" 2021.1 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
48+ RUN sed -e "s/\" 2021.2 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4949 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050 rm -f package.json.in
5151COPY 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=2021.1 .0
10+ ARG ID_REL_BASE=2021.2 .0
1111ARG ID_PATCH=9999999
1212ENV HAS_VERSION "HAS/noarch/${ID_REL_BASE}/${ID_PATCH}"
1313ENV DIRNAME helix-auth-svc-${ID_REL_BASE}
@@ -45,7 +45,7 @@ COPY example.env example.env
4545COPY logging.config.js logging.config.js
4646COPY package-lock.json package-lock.json
4747COPY package.json package.json.in
48- RUN sed -e "s/\" 2021.1 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
48+ RUN sed -e "s/\" 2021.2 .0\" /\" ${ID_REL_BASE}-${ID_PATCH}\" /" \
4949 -e "s|+MAIN+|${HAS_VERSION}|" package.json.in > package.json && \
5050 rm -f package.json.in
5151COPY README.md README.md
Original file line number Diff line number Diff line change 33#
44# Build:
55#
6- # $ docker build -t helix-auth-svc:latest -t helix-auth-svc:2021.1 -f containers/hub/Dockerfile .
6+ # $ docker build -t helix-auth-svc:latest -t helix-auth-svc:2021.2 -f containers/hub/Dockerfile .
77# $ docker tag helix-auth-svc:latest perforce/helix-auth-svc:latest
8- # $ docker tag helix-auth-svc:2021.1 perforce/helix-auth-svc:2021.1
8+ # $ docker tag helix-auth-svc:2021.2 perforce/helix-auth-svc:2021.2
99# $ docker push --all-tags perforce/helix-auth-svc
1010#
1111# Run:
Original file line number Diff line number Diff line change 11{
22 "name" : " helix-auth-svc" ,
3- "version" : " 2021.1 .0" ,
3+ "version" : " 2021.2 .0" ,
44 "description" : " Helix Authentication Service: +MAIN+" ,
55 "bin" : {
66 "auth-svc" : " ./bin/www"
You can’t perform that action at this time.
0 commit comments