valid: Check if all images available are valid

View source: R/manager.R

validR Documentation

Check if all images available are valid

Description

Check if all images available are valid

Usage

valid(repository = "bioconductor/bioconductor_docker", tag)

Arguments

repository

'character(1)', repository name of the docker image.

tag

'character(1)', tag of the docker image.

Details

Check if the image is valid, i.e to see if the image is up to date with the image hosted by bioconductor on the Dockerhub organization page.

Value

tibble with the repository and tag of image which needs to be updated.

Examples


do_it <- BiocDockerManager:::.is_docker_installed()

if (do_it) {

    BiocDockerManager::valid()

    BiocDockerManager::valid(
        "bioconductor/bioconductor_docker",
        tag = "devel"
    )
}


nturaga/BiocDockerManager documentation built on Aug. 31, 2022, 3:21 p.m.