Skip to content

Commit

Permalink
Use python:3.9-slim-bullseye (#146)
Browse files Browse the repository at this point in the history
Debian "bookworm" was released on June 10, and there are some issues installing the Azure CLI and Java on "bookworm". This commit changes us to go back to using Debian "bullseye" for now.
  • Loading branch information
justinvp committed Jun 28, 2023
1 parent 016f73a commit 2f1725c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM python:3.9-slim AS base
# TODO[pulumi/pulumi-docker-containers#147]: Move back to using `python:3.9-slim`
# as the base image when upstream issues with Debian "bookworm" are resolved.
# For now, we continue using Debian "bullseye" as the base image.
FROM python:3.9-slim-bullseye AS base

LABEL "repository"="https://github.com/pulumi/pulumi"
LABEL "homepage"="https://pulumi.com"
Expand Down

0 comments on commit 2f1725c

Please sign in to comment.