Skip to content

Commit 1cef89b

Browse files
dataflow (fix): pin in to ubuntu:impish (GoogleCloudPlatform#7823)
It looks like on the newly released `ubuntu:jammy` which is what `ubuntu:latest` points to now, the available Python installation is Python 3.10. Even though Apache Beam is available in Python 3.10 through `pip`, there is no "official" support for it so there is no `apache/beam_python3.10_sdk` image. So we're pinning to `ubuntu:impish` which is the latest ubuntu image with Python 3.9 support. Co-authored-by: Maciej Strzelczyk
1 parent e150fc8 commit 1cef89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/custom-containers/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ubuntu:latest
15+
FROM ubuntu:impish
1616

1717
WORKDIR /pipeline
1818

0 commit comments

Comments
 (0)