Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker): add docker build #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mastilver
Copy link

@mastilver mastilver commented Apr 30, 2017

After merging, steps to add kupo to the docker registry:

  • go to https://hub.docker.com and log-in
  • click on Create dropdown
  • select Create Automated Build
  • select Github then phanan/kupo
  • Add a description and Create
  • On the repository go to Build Settings and trigger a build

This is using an API which was introduce on [email protected]

Unfortunately at the moment, it's not available as:

  • stable: 17.3.1
  • rc: 17.5.0

@m1guelpf
Copy link

@mastilver Would this work with any other Laravel application? I'm trying to add Docker support for OrgManager, and maybe this would work...

@mastilver
Copy link
Author

@m1guelpf I would think so, of course there would be differences, but it should follow the same idea

ping me if you need guidance

@@ -0,0 +1,15 @@
FROM node:7 as node
FROM eboraas/laravel
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with Docker. Is this a reputed resource?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not an official build from the laravel team.
Though it got quite a few stars and it's an automated build (source: https://bitbucket.org/EdBoraas/apache-docker/src/master/laravel/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants