File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
spec :
16
16
containers :
17
17
- name : dns-backend
18
- image : registry.k8s.io/example-dns-backend:v1
18
+ image : registry.k8s.io/example-dns-backend:v2
19
19
ports :
20
20
- name : backend-port
21
21
containerPort : 8000
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM python:2.7 -slim
15
+ FROM python:3 -slim
16
16
17
17
COPY . /dns-backend
18
18
WORKDIR /dns-backend
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- TAG = v1
15
+ TAG = v2
16
16
PREFIX = staging-k8s.gcr.io
17
17
IMAGE = example-dns-backend
18
18
You can’t perform that action at this time.
0 commit comments