Block a user
hurricanedb (latest)
Published 2026-07-29 23:36:05 +00:00 by dylan
Installation
docker pull gitea.dylanbenzi.com/dylan/hurricanedb:latestsha256:4632f0a459e97dadf4fc83495bf5520e78a9c132cafc56aae34ad6f2fbf36be1
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cc2c415262 | linux/amd64 | 1.2 GiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| ENV R_VERSION=4.6.1 |
| ENV R_HOME=/usr/local/lib/R |
| ENV TZ=Etc/UTC |
| COPY scripts/install_R_source.sh /rocker_scripts/install_R_source.sh # buildkit |
| RUN /bin/sh -c /rocker_scripts/install_R_source.sh # buildkit |
| ENV CRAN=https://p3m.dev/cran/__linux__/noble/latest |
| ENV LANG=en_US.UTF-8 |
| COPY scripts/bin/ /rocker_scripts/bin/ # buildkit |
| COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh # buildkit |
| RUN /bin/sh -c if grep -q "1000" /etc/passwd; then userdel --remove "$(id -un 1000)"; fi /rocker_scripts/setup_R.sh # buildkit |
| ENV S6_VERSION=v2.1.0.2 |
| ENV SHINY_SERVER_VERSION=latest |
| ENV PANDOC_VERSION=default |
| COPY scripts/install_shiny_server.sh /rocker_scripts/install_shiny_server.sh # buildkit |
| COPY scripts/install_s6init.sh /rocker_scripts/install_s6init.sh # buildkit |
| COPY scripts/install_pandoc.sh /rocker_scripts/install_pandoc.sh # buildkit |
| COPY scripts/init_set_env.sh /rocker_scripts/init_set_env.sh # buildkit |
| RUN /bin/sh -c /rocker_scripts/install_shiny_server.sh # buildkit |
| EXPOSE [3838/tcp] |
| CMD ["/init"] |
| COPY scripts /rocker_scripts # buildkit |
| RUN /bin/sh -c install2.r # buildkit |
| RUN /bin/sh -c Rscript -e ' options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/noble/latest")); install.packages("pak", repos = "https://packagemanager.posit.co/cran/__linux__/noble/latest"); pak::pak(c("DBI", "DT", "ModelMetrics", "R6", "RColorBrewer", "RPostgres", "Rcpp", "S7", "SQUAREM", "askpass", "backports", "base64enc", "billboarder", "bit", "bit64", "blob", "broom", "bsicons", "bslib", "cachem", "callr", "caret", "cellranger", "classInt", "cli", "clipr", "clock", "commonmark", "config", "conflicted", "cpp11", "crayon", "crosstalk", "curl", "data.table", "dbplyr", "diagram", "digest", "dplyr", "dtplyr", "dygraphs", "e1071", "evaluate", "farver", "fastmap", "flexdashboard", "fontawesome", "forcats", "foreach", "fs", "future", "future.apply", "gargle", "generics", "ggplot2", "ggrepel", "ggtext", "globals", "glue", "googledrive", "googlesheets4", "gower", "gridExtra", "gridtext", "gtable", "hardhat", "haven", "highr", "hms", "htmltools", "htmlwidgets", "httpuv", "httr", "ids", "ipred", "isoband", "iterators", "jpeg", "jquerylib", "jsonlite", "kableExtra", "knitr", "labeling", "later", "lava", "lazyeval", "leaflet", "leaflet.providers", "lifecycle", "listenv", "litedown", "lubridate", "magrittr", "markdown", "memoise", "mime", "modelr", "numDeriv", "openssl", "otel", "pROC", "paletteer", "parallelly", "patchwork", "pillar", "pkgconfig", "plotly", "plyr", "png", "pool", "prettyunits", "prismatic", "processx", "prodlim", "progress", "progressr", "promises", "proxy", "ps", "purrr", "quarto", "ragg", "rappdirs", "raster", "readr", "readxl", "recipes", "rematch", "rematch2", "renv", "reprex", "reshape2", "rlang", "rmarkdown", "rnaturalearth", "rstudioapi", "rvest", "s2", "sass", "scales", "selectr", "sf", "shape", "shiny", "shinyBS", "shinyWidgets", "shinyjs", "sourcetools", "sp", "sparsevctrs", "stringi", "stringr", "svglite", "sys", "systemfonts", "terra", "textshaping", "tibble", "tidyr", "tidyselect", "tidyverse", "tigris", "timeDate", "timechange", "tinytex", "tzdb", "units", "utf8", "uuid", "vctrs", "viridis", "viridisLite", "vroom", "withr", "wk", "xfun", "xml2", "xtable", "xts", "yaml", "zoo"))' # buildkit |
| COPY app/ /srv/shiny-server/ # buildkit |
| EXPOSE [3838/tcp] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Carl Boettiger <[email protected]> |
| org.opencontainers.image.base.name | docker.io/library/ubuntu:noble |
| org.opencontainers.image.description | Shiny Server on versioned Rocker image. |
| org.opencontainers.image.licenses | GPL-2.0-or-later |
| org.opencontainers.image.revision | c18d8f69e26e72b55e54370466bc58b238f79567 |
| org.opencontainers.image.source | https://github.com/rocker-org/rocker-versioned2 |
| org.opencontainers.image.title | rocker/shiny |
| org.opencontainers.image.vendor | Rocker Project |
| org.opencontainers.image.version | R-4.6.1 |