Fix aptly dir in configurations.
This commit is contained in:
parent
11a31bb656
commit
b11db23797
|
@ -4,4 +4,4 @@ MAINTAINER Mike Purvis
|
||||||
RUN go get github.com/smira/aptly
|
RUN go get github.com/smira/aptly
|
||||||
|
|
||||||
ADD aptly.conf /etc/aptly.conf
|
ADD aptly.conf /etc/aptly.conf
|
||||||
VOLUME ["/root/.aptly"]
|
VOLUME ["/aptly"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"rootDir": "/Users/mikepurvis/.aptly",
|
"rootDir": "/aptly",
|
||||||
"downloadConcurrency": 4,
|
"downloadConcurrency": 4,
|
||||||
"downloadSpeedLimit": 0,
|
"downloadSpeedLimit": 0,
|
||||||
"architectures": [],
|
"architectures": [],
|
||||||
|
@ -13,4 +13,4 @@
|
||||||
"ppaDistributorID": "ubuntu",
|
"ppaDistributorID": "ubuntu",
|
||||||
"ppaCodename": "",
|
"ppaCodename": "",
|
||||||
"S3PublishEndpoints": {}
|
"S3PublishEndpoints": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,4 +9,4 @@ apt-get update; \
|
||||||
apt-get install aptly -y
|
apt-get install aptly -y
|
||||||
|
|
||||||
ADD aptly.conf /etc/aptly.conf
|
ADD aptly.conf /etc/aptly.conf
|
||||||
VOLUME ["/root/.aptly"]
|
VOLUME ["/aptly"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"rootDir": "/Users/mikepurvis/.aptly",
|
"rootDir": "/aptly",
|
||||||
"downloadConcurrency": 4,
|
"downloadConcurrency": 4,
|
||||||
"downloadSpeedLimit": 0,
|
"downloadSpeedLimit": 0,
|
||||||
"architectures": [],
|
"architectures": [],
|
||||||
|
@ -13,4 +13,4 @@
|
||||||
"ppaDistributorID": "ubuntu",
|
"ppaDistributorID": "ubuntu",
|
||||||
"ppaCodename": "",
|
"ppaCodename": "",
|
||||||
"S3PublishEndpoints": {}
|
"S3PublishEndpoints": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue