Build some new python base images
This change adds comments to the python-base and python-builder dockerfiles to force a rebuild of these images. We do this periodically to pull in updates. Change-Id: I109a46603a74a376cc36fdfbd35734f6dc835abe
This commit is contained in:
parent
464bb363e9
commit
8fd2857a8e
@ -13,6 +13,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# Comment to force rebuilds 2021-02-19 19:09UTC
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.7
|
ARG PYTHON_VERSION=3.7
|
||||||
FROM docker.io/library/python:${PYTHON_VERSION}-slim
|
FROM docker.io/library/python:${PYTHON_VERSION}-slim
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# Comment to force rebuilds 2021-02-19 19:09UTC
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.7
|
ARG PYTHON_VERSION=3.7
|
||||||
FROM docker.io/library/python:${PYTHON_VERSION}-slim as fake-python
|
FROM docker.io/library/python:${PYTHON_VERSION}-slim as fake-python
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user