You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you all for maintaining such a great project! I have a feature request regarding repository mirroring in Aptly.
Current Situation:
Aptly currently supports mirroring Debian repositories that are exported via HTTP(S) or FTP. Since Aptly already supports publishing repositories to S3, I believe it should also support mirroring repositories hosted on S3.
What I am Trying to Achieve:
I am setting up a private repository for Debian packages on S3, where all package versions are stored.
I successfully created a repository, took a snapshot, and published it to an S3 bucket.
On the client side, I can install packages using apt-transport-s3.
The Problem:
Since I am building my packages in a CI/CD pipeline, I need a way to:
Pull all the existing packages from my S3 repository.
Build a new version of the package.
Create a new repository with the updated .deb files.
Take a snapshot and publish it.
Currently, Aptly does not support mirroring repositories stored on S3, which makes it difficult to fetch and manage package versions efficiently.
Request:
Would it be possible to add support for mirroring Debian repositories hosted on S3 in Aptly?
I am relatively new to Debian repositories, so please correct me if I am misunderstanding something.
Thank you in advance! 😊
The text was updated successfully, but these errors were encountered:
Hey,
Thank you all for maintaining such a great project! I have a feature request regarding repository mirroring in Aptly.
Current Situation:
Aptly currently supports mirroring Debian repositories that are exported via HTTP(S) or FTP. Since Aptly already supports publishing repositories to S3, I believe it should also support mirroring repositories hosted on S3.
What I am Trying to Achieve:
I am setting up a private repository for Debian packages on S3, where all package versions are stored.
The Problem:
Since I am building my packages in a CI/CD pipeline, I need a way to:
Currently, Aptly does not support mirroring repositories stored on S3, which makes it difficult to fetch and manage package versions efficiently.
Request:
Would it be possible to add support for mirroring Debian repositories hosted on S3 in Aptly?
I am relatively new to Debian repositories, so please correct me if I am misunderstanding something.
Thank you in advance! 😊
The text was updated successfully, but these errors were encountered: