Merge "Rebuild our base python images"

This commit is contained in:
Zuul 2024-04-23 18:19:05 +00:00 committed by Gerrit Code Review
commit 1a7ad511da
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Sun Feb 4 04:04:35 PM UTC 2024
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Sun Feb 4 04:04:35 PM UTC 2024
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm

View File

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Comment to force rebuilds Tue Apr 23 04:00:46 PM UTC 2024
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bookworm
FROM docker.io/opendevorg/python-builder:${PYTHON_VERSION}-${DEBIAN_VERSION} as builder