dockerfiler
dockerfiler copied to clipboard
Easy Dockerfile Creation from R
Hi, I see that `dock_from_desc()` only supports CRAN and GitHub packages. I saw #16, so is it maybe planned to add GitLab as well in the near future? I would...
Would love to be able to share documentation links however there is no site. This is a request to create a pkgdown site.
Related issues : https://github.com/ThinkR-open/golem/issues/656
It would ne nice to be able to read a Dockerfile and manipulate it
Hi @VincentGuyader & @ColinFay, This PR will eventually fix [#18](https://github.com/ThinkR-open/dockerfiler/issues/18). It currently only modifies `dock_from_desc` to add handling of the `GITHUB_PAT` as a `build-arg` to enable fetching of private Github...
Context: I manage a shinyproxy server and we use golem for most of our apps. They deploy via an AWS CD pipeline powered by a Dockerfile created with `golem::add_dockerfile()` Problem:...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_dockerfiler.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...
there is no more `out_dir` anywhere in the package. wy try to deal with this error : ``` * checking for missing documentation entries ... OK * checking for code/documentation...
I can't get my app running on the docker container. I have been building and running the images using the following commads. -> For building a docker image -> docker...
Hello, I would like to thank again the ThinkR team for creating this package making the development of a web application fast and solid. I have finished to develop the...