Skip to content

Commit

Permalink
Set ubuntu 20.04 as new base image
Browse files Browse the repository at this point in the history
We would at some point need to set this as the default.
To prepare for that, I think we should make this an option
that is available, and run our tests on this too.

The R stack seems possibly currently unavailable for 20.04
(see https://community.rstudio.com/t/rstudio-server-ubuntu-20-04/64188)
but I'll try it out
  • Loading branch information
yuvipanda committed Jun 3, 2022
1 parent 02a47fd commit 07063ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Only use syntax features supported by Docker 17.09
TEMPLATE = r"""
FROM buildpack-deps:bionic
FROM buildpack-deps:focal
# Avoid prompts from apt
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion tests/memlimit/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:focal

RUN apt-get update && apt-get install --yes python3

Expand Down

0 comments on commit 07063ca

Please sign in to comment.