pharmaverse / blog

Blogging on the latest, greatest and most spectacular stuff happening around the pharmaverse
https://pharmaverse.github.io/blog/
Apache License 2.0
21 stars 8 forks source link

General Issue: Experimenting with Docker Image for Contributor #118

Closed donyunardi closed 5 months ago

donyunardi commented 6 months ago

Background Information

Currently, when users want to contribute or create a post in the repository, they must install all R package dependencies that the repository requires before the contributor blog page can be rendered.

Related issue: https://github.com/pharmaverse/blog/issues/108

This could hinder the user's ability to move quickly and may potentially pollute their local environment. Users should be able to contribute to the repository without having to install all dependencies.

Proposal

My proposal is to create a Docker image with all the dependencies installed and push this to the registry. Users can pull and use the image for development before pushing commits to the repository.

donyunardi commented 6 months ago

To do

donyunardi commented 6 months ago

@bms63

I pushed a registry to pharmaverse but don't have access to link it to the blog repo. image

Can you do this?

bms63 commented 6 months ago

I clicked some buttons! https://github.com/pharmaverse/blog/pkgs/container/blog

let me know if it worked.

donyunardi commented 6 months ago

It works! image

Alright, two more things on my to-do list and then we can write a blog and have people try this to get feedback. 👍🏼