fruitl00p / meteor-docker

A Meteor - docker container
MIT License
5 stars 1 forks source link

Lets make Orion container happen #1

Open gam-ragnar opened 9 years ago

gam-ragnar commented 9 years ago

Thanks for the head start, let's get this working so we can add to Orionjs docs. What do you need from me?

gam-ragnar commented 9 years ago

Can we rename to OrionCMS or make a specific repo for it

fruitl00p commented 9 years ago

Sure! I guess i have everything working now, but renaming is a minor issue. Moving the repo here or pushing to an alternate docker image, are both equally fine :)

Whats the official wishlist from Orion itself? (https://trello.com/c/Yk7opmmb/12-docker-integration ?)

gam-ragnar commented 9 years ago

Having a talk with Nick, also added comment about this task. Lets rename and do a few test and I will add to docs

fruitl00p commented 9 years ago

Is there an orion(cms) organisation / user on index.docker.io so i can be added and the image pushed? We could also move the repo to https://github.com/orionjs/docker and push the automated builds from there?

gam-ragnar commented 9 years ago

I created the organization and added you, what next add a repo or automated build? https://registry.hub.docker.com/repos/orionjs/

fruitl00p commented 9 years ago

Its a matter of personal perference. Since this current build is basically just meteor where you can add orion to it, i would go for a base image (orionjs/meteor) automated build based on (or a fork of) this git repo and then decide to create an actual orionjs image from that or leave it a base meteor image ...

It all depends on how you want your users to start i guess..

fruitl00p commented 9 years ago

As for right now to get it rolling I could push a manual build of this repo's image to orionjs/orion_meteor_cms:base (or something like that) and get the first version out?

gam-ragnar commented 9 years ago

Please make it so - thanks

On 4/30/15, Robin Speekenbrink notifications@github.com wrote:

As for right now to get it rolling I could push a manual build of this repo's image to orionjs/orion_meteor_cms:base (or something like that) and get the first version out?


Reply to this email directly or view it on GitHub: https://github.com/fruitl00p/meteor-docker/issues/1#issuecomment-97679138

fruitl00p commented 9 years ago

@timfam I don't seem to have the correct permissions to push a new base image into the repo on the docker hub?

fruitl00p@$:~/projects/orioncms-docker$ docker push orionjs/orion_meteor_cms:base
The push refers to a repository [orionjs/orion_meteor_cms] (len: 1)
Sending image list
FATA[0000] Error: Status 403 trying to push repository orionjs/orion_meteor_cms: "Access denied, you don't have access to this repo" 

Any chance there might be some flag missing from my collaboration profile? (or something?)

gam-ragnar commented 9 years ago

I can't find a place to enable the permissions still looking

On Thu, Apr 30, 2015 at 1:51 PM, Robin Speekenbrink < notifications@github.com> wrote:

@timfam https://github.com/timfam I don't seem to have the correct permissions to push a new base image into the repo on the docker hub?

fruitl00p@$:~/projects/orioncms-docker$ docker push orionjs/orion_meteor_cms:base The push refers to a repository [orionjs/orion_meteor_cms](len: 1) Sending image list FATA[0000] Error: Status 403 trying to push repository orionjs/orion_meteor_cms: "Access denied, you don't have access to this repo"

Any chance there might be some flag missing from my collaboration profile? (or something?)

— Reply to this email directly or view it on GitHub https://github.com/fruitl00p/meteor-docker/issues/1#issuecomment-97896793 .

fruitl00p commented 9 years ago

Hmmzz... seems docker hub is having issues tonight... @see https://gist.github.com/fruitl00p/31f51aab85e3907a6c41 Might be related.. ?

fruitl00p commented 9 years ago

@timfam the hub isn't working with us at this time. I guess you could push the image? It's basicallly pulling this repo, issueing an docker build -t orionjs/orion_meteor_cms:base . and then pushing it to the hub: docker push orionjs/orion_meteor_cms:base

I'm sorry for not being able to do it myself, but it looks like i don't have the right permissions?