File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ Choose from predefined base images or use custom ones:
3434
3535``` typescript JavaScript & TypeScript
3636// Predefined base images
37- template .fromUbuntuImage (" lts " ); // ubuntu:lts
37+ template .fromUbuntuImage (" jammy " ); // ubuntu:jammy
3838template .fromUbuntuImage (" 22.04" ); // ubuntu:22.04
39- template .fromDebianImage (" slim" ); // debian:slim
39+ template .fromDebianImage (" stable- slim" ); // debian:stable- slim
4040template .fromDebianImage (" bullseye" ); // debian:bullseye
4141template .fromPythonImage (" 3.13" ); // python:3.13
4242template .fromPythonImage (" 3.11" ); // python:3.11
@@ -64,9 +64,9 @@ template.fromDockerfile(dockerfileContent);
6464
6565``` python Python
6666# Predefined base images
67- template.from_ubuntu_image(" lts " ) # ubuntu:lts
67+ template.from_ubuntu_image(" jammy " ) # ubuntu:jammy
6868template.from_ubuntu_image(" 22.04" ) # ubuntu:22.04
69- template.from_debian_image(" slim" ) # debian:slim
69+ template.from_debian_image(" stable- slim" ) # debian:stable- slim
7070template.from_debian_image(" bullseye" ) # debian:bullseye
7171template.from_python_image(" 3.13" ) # python:3.13
7272template.from_python_image(" 3.11" ) # python:3.11
You can’t perform that action at this time.
0 commit comments