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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 9, 2020
1 parent 6ac676a commit 21b4c84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG COMANAGE_REGISTRY_VERSION=3.2.3
ARG COMANAGE_REGISTRY_VERSION=develop
ARG COMANAGE_REGISTRY_BASE_IMAGE_VERSION=20200303
ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=3.2.3-20200303
ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=develop

FROM tier/comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage
FROM tier/comanage-registry-base:${COMANAGE_REGISTRY_VERSION} AS comanage

FROM tier/comanage-registry-internet2-tier-base:${COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION} AS php-build

Expand Down Expand Up @@ -138,7 +138,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=20200303
ENV TIER_RELEASE=20200409
ENV TIER_MAINTAINER=tier

ENTRYPOINT ["docker-supervisord-entrypoint"]

0 comments on commit 21b4c84

Please sign in to comment.