Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Nov 28, 2024
1 parent 80c40fc commit 083a59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FROM apnpucky/gentoo-base as gentoo-repo
RUN emerge -q eix dev-vcs/git && rm -rf /var/cache/distfiles/*
RUN rm -rf /var/db/repos/gentoo && mkdir -p /var/db/repos/gentoo && printf "[DEFAULT]\nmain-repo = gentoo\n\n[gentoo]\nlocation = /var/db/repos/gentoo\nsync-type = git\nsync-uri = https://github.com/gentoo-mirror/gentoo.git\nauto-sync = yes\nsync-git-verify-commit-signature = yes\nsync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc" > /etc/portage/repos.conf/gentoo.conf && emerge --sync
RUN eix-update
RUN install -m 0750 -o portage -g portage -d /etc/portage/env /etc/portage/package.{accept_keywords,env,unmask,use}

# gentoo-ebuild-ci
FROM apnpucky/gentoo-repo as gentoo-ebuild-ci
Expand Down Expand Up @@ -59,7 +60,6 @@ RUN emerge -q dev-lang/perl && rm -rf /var/cache/distfiles/*

#gentoo-test
FROM apnpucky/gentoo-perl as gentoo-test
RUN install -m 0750 -o portage -g portage -d /etc/portage/env /etc/portage/package.{accept_keywords,env,unmask,use}
RUN mkdir /var/db/repos/apn && printf "[apn]\nlocation = /var/db/repos/apn\nsync-type = git\nsync-uri = https://gitlab.com/APN-Pucky/gentoo-apn.git" > /etc/portage/repos.conf/apn.conf && emaint -r apn sync
RUN echo '*/*::apn * ~*' > /etc/portage/package.accept_keywords/apn
RUN echo '*/*::guru * ~*' > /etc/portage/package.accept_keywords/guru
Expand Down
1 change: 1 addition & 0 deletions gentoo/ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM apnpucky/gentoo-repo as gentoo-ansible
LABEL maintainer="APN-Pucky"
ARG ANSIBLE_VERSION=10.2.0
RUN echo 'app-admin/ansible * ~*' > /etc/portage/package.accept_keywords/ansible
RUN echo 'app-admin/ansible-lint * ~*' > /etc/portage/package.accept_keywords/ansible-lint
RUN emerge -q app-admin/ansible-lint ~app-admin/ansible-${ANSIBLE_VERSION} && rm -rf /var/cache/distfiles/*

0 comments on commit 083a59e

Please # to comment.