Skip to content

ministryofjustice/analytical-platform-rshiny-open-source-base

Repository files navigation

Analytical Platform RShiny Open Source Base

Ministry of Justice Repository Compliance Badge

Open in Dev Container

Open in GitHub Codespaces

This repository contains the RShiny Open Source Base container image for use on the Analytical Platform.

Running Locally

Build

docker build --platform linux/amd64 --file Dockerfile --tag analytical-platform.service.justice.gov.uk/rshiny-open-source-base:local .

Run

docker run -it --rm \
  --platform linux/amd64 \
  --name analytical-platform-rshiny-open-source-base \
  analytical-platform.service.justice.gov.uk/rshiny-open-source-base:local

Versions

Ubuntu

Generally Dependabot does this, but the following command will return the digest:

docker pull --platform linux/amd64 rocker/r-ver:{R_VERSION}

docker image inspect --format='{{index .RepoDigests 0}}' rocker/r-ver:{R_VERSION}

APT Packages

To find latest APT package versions, you can run the following:

docker run -it --rm --platform linux/amd64 rocker/r-ver:{R_VERSION}

apt-get update

apt-cache policy ${PACKAGE} # for example curl, git or gpg

About

Analytical Platform RShiny Open Source Base • This repository is defined and managed in Terraform

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 8