make-dockerfiles.R
. Don't edit manually.
Building container images with GitHub Actions is done via the Makefile
with the docker buildx bake
command to control tags, labels, and platforms.
To build a container image for your local use, a simple command like the one below should be fine.
docker build . -f dockerfiles/rstudio_latest-daily.Dockerfile -t imagename