[
https://issues.apache.org/jira/browse/GUACAMOLE-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439881#comment-15439881
]
Michael Jumper commented on GUACAMOLE-93:
-----------------------------------------
Because the Dockerfile is not located in the root directory of the repository,
building the Docker images will now require a command like:
{code:none}
$ sudo docker build -t guacd -f src/guacd-docker/Dockerfile .
{code}
If this is not done, the image build will fail due to the build context not
containing the actual source of the application being built.
> Migrate Docker images to build from git
> ---------------------------------------
>
> Key: GUACAMOLE-93
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-93
> Project: Guacamole
> Issue Type: Task
> Components: guacamole-docker, guacd-docker
> Reporter: Michael Jumper
> Assignee: Michael Jumper
> Priority: Blocker
> Fix For: 0.9.10-incubating
>
>
> The guacamole-docker and guacd-docker images (now included with
> incubator-guacamole-client and incubator-guacamole-server respectively) will
> not work as written because they are designed to build from release artifacts
> on SourceForge.
> Though the images could be migrated to instead build from release artifacts
> on Apache, I think building from git is the only way that makes sense when
> the Docker images share the same git repositories as the applications they
> contain.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)