forked from freenas/docker-images
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * No WebUI needed * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version and webui port variables * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * missing commas in dockerfile * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * change ” to double quotes, fix syntax errors * Add double quotes to version variable * missing commas * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable * Add double quotes to version variable, not upgradable * Madsonic * logitech media server * logitech media server fix * broken docker
- Loading branch information
animeai
authored and
Jordan Hubbard
committed
Feb 13, 2017
1 parent
4c2d58c
commit 1a17502
Showing
49 changed files
with
137 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM alpine:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM base/archlinux:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM phusion/baseimage:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM busybox:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM centos:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM debian:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM silex/emacs | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM vguardiola/gentoo:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version=1 \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
FROM binhex/arch-madsonic:latest | ||
LABEL org.freenas.interactive="false" \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" \ | ||
org.freenas.expose-ports-at-host="true" \ | ||
org.freenas.autostart="true" \ | ||
org.freenas.web-ui-protocol="http" \ | ||
org.freenas.web-ui-port="4040" \ | ||
org.freenas.web-ui-path="" \ | ||
org.freenas.port-mappings="4040:4040/tcp,4050:4050/tcp" \ | ||
org.freenas.volumes="[ \ | ||
{ \ | ||
\"name\": \"/config\", \ | ||
\"descr\": \"Config storage space\" \ | ||
}, \ | ||
{ \ | ||
\"name\": \"/media\", \ | ||
\"descr\": \"media volume\" \ | ||
} \ | ||
]" \ | ||
org.freenas.settings="[ \ | ||
{ \ | ||
\"env\": \"SSL\", \ | ||
\"descr\": \"SSL enabled - yes or no\", \ | ||
\"optional\": true \ | ||
}, \ | ||
{ \ | ||
\"env\": \"PGID\", \ | ||
\"descr\": \"GroupID\", \ | ||
\"optional\": true \ | ||
}, \ | ||
{ \ | ||
\"env\": \"PUID\", \ | ||
\"descr\": \"UserID\", \ | ||
\"optional\": true \ | ||
} \ | ||
]" \ | ||
org.freenas.static-volumes="[ \ | ||
{ \ | ||
\"container_path\": \"/etc/localtime\", \ | ||
\"host_path\": \"/etc/localtime\", \ | ||
\"readonly\": \"true\" \ | ||
} \ | ||
]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.