Add helper to verify if the configuration file changed
This commit is contained in:
parent
cad814cbb3
commit
5feb452ce4
8 changed files with 264 additions and 150 deletions
7
controllers/nginx-third-party/Dockerfile
vendored
7
controllers/nginx-third-party/Dockerfile
vendored
|
|
@ -12,7 +12,12 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM gcr.io/google_containers/nginx-slim:0.3
|
||||
FROM gcr.io/google_containers/nginx-slim:0.4
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
diffutils \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY nginx-third-party-lb /
|
||||
COPY nginx.tmpl /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue