Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
bump COmanage to 3.2.2 and PHP to 7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed May 3, 2019
1 parent 8516c70 commit 7c32b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN update-ca-trust extract

WORKDIR /usr/local/src

ARG PHP_VERSION=7.3.1
ARG PHP_VERSION=7.3.5
ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz

RUN mkdir php-src \
Expand Down Expand Up @@ -117,7 +117,7 @@ COPY --from=php-build /usr/local/lib/php /usr/local/lib/php/
COPY --from=php-build /usr/local/include/php /usr/local/include/php/
COPY --from=php-build /usr/local/bin /usr/local/bin/

ARG COMANAGE_REGISTRY_VERSION=3.2.1
ARG COMANAGE_REGISTRY_VERSION=3.2.2
ARG COMANAGE_REGISTRY_SRC_URL=https://github.com/Internet2/comanage-registry/archive/${COMANAGE_REGISTRY_VERSION}.tar.gz
ENV COMANAGE_REGISTRY_VERSION ${COMANAGE_REGISTRY_VERSION}

Expand Down Expand Up @@ -196,7 +196,7 @@ COPY docker-supervisord-entrypoint /usr/local/bin/
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=181201
ENV TIER_RELEASE=190501
ENV TIER_MAINTAINER=tier

ENTRYPOINT ["docker-supervisord-entrypoint"]
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maintainer="tier"
imagename="comanage"
COMANAGE_REGISTRY_VERSION="3.2.1"
COMANAGE_REGISTRY_VERSION="3.2.2"

0 comments on commit 7c32b10

Please sign in to comment.