You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an open-source Rails application and I'm planning on making Kamal the default way to deploy the app. I'm curious if there are plans to support public Docker images so that deploying users do not need to log in to the Docker registry, whether that's Docker Hub or GHCR.
Ideally, my end users can just install Kamal and use an explicit --config-file with --skip-push to deploy the app:
kamal deploy --config-file config.yml --skip-push --version v0.0.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an open-source Rails application and I'm planning on making Kamal the default way to deploy the app. I'm curious if there are plans to support public Docker images so that deploying users do not need to log in to the Docker registry, whether that's Docker Hub or GHCR.
Ideally, my end users can just install Kamal and use an explicit
--config-filewith--skip-pushto deploy the app:With the config file containing something like:
Beta Was this translation helpful? Give feedback.
All reactions