viddya673 commented on code in PR #12337:
URL: https://github.com/apache/cloudstack/pull/12337#discussion_r2706954827


##########
tools/docker/Dockerfile.s390x:
##########
@@ -0,0 +1,90 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# CloudStack-simulator build
+
+FROM ubuntu:22.04

Review Comment:
   We tried upgrading the base image to Ubuntu 24.04, but this resulted in 
build issues due to dependencies that require a newer version of Python; on 
s390x, installing a newer Python version typically involves building it from 
source because suitable prebuilt packages are not readily available, which 
would significantly increase the image size and introduce additional build 
complexity and maintenance overhead. To avoid this and maintain a stable, 
reproducible build environment, we have retained Ubuntu 22.04 as the base 
image, as it provides well‑supported system libraries and Python versions for 
s390x while keeping the image lean and manageable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to