Signed-off-by: Li Ping 1477412247@qq.com --- container/rpm-repo/Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 container/rpm-repo/Dockerfile
diff --git a/container/rpm-repo/Dockerfile b/container/rpm-repo/Dockerfile new file mode 100644 index 0000000..ae340e8 --- /dev/null +++ b/container/rpm-repo/Dockerfile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. + +FROM fedora:latest + +RUN yum repolist +RUN yum install -y createrepo ruby && \ + yum clean all + +RUN umask 002 && \ + gem install bunny + +COPY --chown=1090:1090 rpm-repo.rb /usr/local/bin/ +CMD ["/usr/local/bin/rpm-repo.rb"]
On Mon, Mar 29, 2021 at 10:11:32PM +0800, Li Ping wrote:
Signed-off-by: Li Ping 1477412247@qq.com
container/rpm-repo/Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 container/rpm-repo/Dockerfile
diff --git a/container/rpm-repo/Dockerfile b/container/rpm-repo/Dockerfile new file mode 100644 index 0000000..ae340e8 --- /dev/null +++ b/container/rpm-repo/Dockerfile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+FROM fedora:latest
+RUN yum repolist +RUN yum install -y createrepo ruby && \
- yum clean all
+RUN umask 002 && \
- gem install bunny
replace the ruby sources like the other container.
Thanks, Xueliang
+COPY --chown=1090:1090 rpm-repo.rb /usr/local/bin/
+CMD ["/usr/local/bin/rpm-repo.rb"]
2.23.0
On Tue, Mar 30, 2021 at 11:41:03AM +0800, Cao Xueliang wrote:
On Mon, Mar 29, 2021 at 10:11:32PM +0800, Li Ping wrote:
Signed-off-by: Li Ping 1477412247@qq.com
container/rpm-repo/Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 container/rpm-repo/Dockerfile
diff --git a/container/rpm-repo/Dockerfile b/container/rpm-repo/Dockerfile new file mode 100644 index 0000000..ae340e8 --- /dev/null +++ b/container/rpm-repo/Dockerfile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+FROM fedora:latest
+RUN yum repolist +RUN yum install -y createrepo ruby && \
- yum clean all
+RUN umask 002 && \
- gem install bunny
replace the ruby sources like the other container.
ok, i got it.
Thanks, Ping
Thanks, Xueliang
+COPY --chown=1090:1090 rpm-repo.rb /usr/local/bin/
+CMD ["/usr/local/bin/rpm-repo.rb"]
2.23.0