From 1cc026fb404aa4c5ad7c0f0fdeb47d54e0a96d78 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 27 Sep 2022 14:29:42 -0400 Subject: [PATCH] *Update Dockerfile and config with s3 endpoint --- latest/Dockerfile | 1 - latest/aptly.conf | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 5972db3..080ab7c 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -14,4 +14,3 @@ apt-get install aptly ca-certificates -y && \ apt-get clean ADD aptly.conf /etc/aptly.conf -VOLUME ["/aptly"] diff --git a/latest/aptly.conf b/latest/aptly.conf index 24dbb51..b0666d7 100644 --- a/latest/aptly.conf +++ b/latest/aptly.conf @@ -1,5 +1,4 @@ { - "rootDir": "/aptly", "downloadConcurrency": 4, "downloadSpeedLimit": 0, "architectures": [], @@ -12,5 +11,10 @@ "downloadSourcePackages": false, "ppaDistributorID": "ubuntu", "ppaCodename": "", - "S3PublishEndpoints": {} + "S3PublishEndpoints": { + "apt.web3relay.io": { + "bucket": "apt-web3relay-io", + "endpoint": "https://s3.filebase.com" + } + } }