Skip to content

chore(docker): add docker build#30

Open
mastilver wants to merge 1 commit intophanan:masterfrom
mastilver:add-docker-build
Open

chore(docker): add docker build#30
mastilver wants to merge 1 commit intophanan:masterfrom
mastilver:add-docker-build

Conversation

@mastilver
Copy link
Copy Markdown

@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 docker@17.5.0

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

  • stable: 17.3.1
  • rc: 17.5.0

@m1guelpf
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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