-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from oracle/release/1.0
Release/1.0
- Loading branch information
Showing
612 changed files
with
82,028 additions
and
30,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
# Copyright 2017, 2018, Oracle Corporation and/or its affiliates. All rights reserved. | ||
|
||
# using JRE 8 with support for container heap management | ||
# Copyright 2017, 2018, Oracle Corporation and/or its affiliates. All rights reserved. | ||
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. | ||
# | ||
# HOW TO BUILD THIS IMAGE | ||
# ----------------------- | ||
# Run: | ||
# $ docker build -t weblogic-kubernetes-operator:latest . | ||
# | ||
# Pull base image | ||
# From the Docker store | ||
# ------------------------- | ||
FROM store/oracle/serverjre:8 | ||
|
||
# Maintainer | ||
# ---------- | ||
MAINTAINER Ryan Eberhard <[email protected]> | ||
|
||
RUN mkdir /operator | ||
RUN mkdir /operator/lib | ||
ENV PATH=$PATH:/operator | ||
|
||
COPY src/scripts/* /operator/ | ||
COPY operator/target/weblogic-kubernetes-operator-0.2.jar /operator/weblogic-kubernetes-operator.jar | ||
COPY operator/target/weblogic-kubernetes-operator-1.0.jar /operator/weblogic-kubernetes-operator.jar | ||
COPY operator/target/lib/*.jar /operator/lib/ | ||
|
||
HEALTHCHECK --interval=1m --timeout=10s \ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.