Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all docker base images to bullseye #2946

Merged
merged 14 commits into from
Dec 8, 2022
Prev Previous commit
Next Next commit
Remvoe buster comments
  • Loading branch information
marrobi committed Dec 6, 2022
commit eb74e181a78c5f50e7801f573dd2a2efefee027c
1 change: 0 additions & 1 deletion templates/workspaces/airlock-import-review/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We need azurecli 2.37+ which doesn't exist for strech so the minimum is bullseye
FROM debian:bullseye-slim

ARG BUNDLE_DIR
Expand Down
3 changes: 1 addition & 2 deletions templates/workspaces/base/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# We need azurecli 2.37+ which doesn't exist for strech so the minimum is bullseye
FROM debian:bullseye-slim

ARG BUNDLE_DIR

# Install jq
RUN apt-get update && \
apt-get install -y jq="1.5+dfsg-2+b1" --no-install-recommends && \
apt-get install -y jq --no-install-recommends && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

# This is a template Dockerfile for the bundle's invocation image
Expand Down
1 change: 0 additions & 1 deletion templates/workspaces/unrestricted/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# We need azurecli 2.37+ which doesn't exist for strech so the minimum is bullseye
FROM debian:bullseye-slim

ARG BUNDLE_DIR
Expand Down