-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
add docker file #3229
base: master
Are you sure you want to change the base?
add docker file #3229
Conversation
Can one of the admins verify this patch? |
|
||
# Install Java 8, curl, and Python (required for Google Cloud SDK) | ||
RUN apt-get update && \ | ||
apt-get install -y openjdk-8-jdk curl python3 python3-pip && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting in October we will no longer be deploying with Java 8. This should be changed to Java 11.
@@ -0,0 +1,25 @@ | |||
# Use a base image with Ubuntu | |||
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to use this container versus the official Ubuntu image?
No description provided.