From ff657c7d51d67ab766e7bff6e453c808fb010cad Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 28 Jul 2023 22:33:40 +0400 Subject: [PATCH] Remove tags from examples folder --- examples/docker-compose/README.md | 2 +- examples/docker-compose/notebook/Dockerfile | 2 +- examples/make-deploy/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/docker-compose/README.md b/examples/docker-compose/README.md index 26a585f4..4d81cc1c 100644 --- a/examples/docker-compose/README.md +++ b/examples/docker-compose/README.md @@ -42,7 +42,7 @@ You can customize the docker-stack notebook image to deploy by modifying the `no For example, you can build and deploy a `jupyter/all-spark-notebook` by modifying the Dockerfile like so: ```dockerfile -FROM jupyter/all-spark-notebook:2023-07-25 +FROM jupyter/all-spark-notebook # Your RUN commands and so on ``` diff --git a/examples/docker-compose/notebook/Dockerfile b/examples/docker-compose/notebook/Dockerfile index 07846faa..13b758fd 100644 --- a/examples/docker-compose/notebook/Dockerfile +++ b/examples/docker-compose/notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Pick your favorite docker-stacks image -FROM jupyter/minimal-notebook:2023-07-25 +FROM jupyter/minimal-notebook USER root diff --git a/examples/make-deploy/Dockerfile b/examples/make-deploy/Dockerfile index 07846faa..13b758fd 100644 --- a/examples/make-deploy/Dockerfile +++ b/examples/make-deploy/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Pick your favorite docker-stacks image -FROM jupyter/minimal-notebook:2023-07-25 +FROM jupyter/minimal-notebook USER root