From 813049eb4438c2829b6f63d68b4c5ed56f2aa6b0 Mon Sep 17 00:00:00 2001 From: Austin Anderson Date: Thu, 27 Jun 2019 13:41:48 -0700 Subject: [PATCH] Mirror "devel" and "latest-devel" tags Our old Dockerfile schema included "latest-devel" pointing to the devel tag specific to the latest TF release. Since our devel images now only target master, the "latest-devel" tag should point to the same image as "devel". PiperOrigin-RevId: 255469270 --- tensorflow/tools/dockerfiles/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/dockerfiles/spec.yml b/tensorflow/tools/dockerfiles/spec.yml index 6fddfe000c6..79fb7785d8f 100644 --- a/tensorflow/tools/dockerfiles/spec.yml +++ b/tensorflow/tools/dockerfiles/spec.yml @@ -40,7 +40,7 @@ releases: nightly: tag_specs: - "{nightly}{py}{jupyter}" - - "{ubuntu-devel}{py}" + - "{_TAG_PREFIX}{ubuntu-devel}{py}" # Built per-release and pushed to tensorflow/tensorflow # --arg _TAG_PREFIX= should be set to "1.11" (for example) or "latest".