Rebuild our base python images
This is our semi regular python base image rebuild. This ensures we're running relatively up to date python builds as well as base system packages (though many of our image builds update the base system too). Change-Id: Ice918219a64bd5845de9dc3330bf292261c6a80e
This commit is contained in:
parent
1d1f8bee20
commit
6c37d8f202
@ -13,7 +13,7 @@
|
|||||||
# 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 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 PYTHON_VERSION=3.11
|
||||||
ARG DEBIAN_VERSION=bookworm
|
ARG DEBIAN_VERSION=bookworm
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# 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 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 PYTHON_VERSION=3.11
|
||||||
ARG DEBIAN_VERSION=bookworm
|
ARG DEBIAN_VERSION=bookworm
|
||||||
|
@ -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 Tue Apr 23 04:00:46 PM UTC 2024
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.11
|
ARG PYTHON_VERSION=3.11
|
||||||
ARG DEBIAN_VERSION=bookworm
|
ARG DEBIAN_VERSION=bookworm
|
||||||
FROM docker.io/opendevorg/python-builder:${PYTHON_VERSION}-${DEBIAN_VERSION} as builder
|
FROM docker.io/opendevorg/python-builder:${PYTHON_VERSION}-${DEBIAN_VERSION} as builder
|
||||||
|
Loading…
Reference in New Issue
Block a user