Skip to content
Snippets Groups Projects
Commit 82a6c07c authored by akiraohgaki's avatar akiraohgaki
Browse files

Change docker image

parent 76776579
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ opensuse_rpm:
archlinux_pkg:
stage: build
image: base/archlinux:latest
image: archlinux/base:latest
only:
- master
- /^release\-.+/
......
......@@ -78,7 +78,7 @@ build_opensuse_rpm() {
rpmbuild --define "_topdir ${BUILDDIR}" -bb "${BUILDDIR}/SPECS/${PKGNAME}.spec"
}
archlinux_pkg() { # docker-image: base/archlinux:latest
archlinux_pkg() { # docker-image: archlinux/base:latest
install_build_deps_archlinux_pkg
add_pkguser
su -c "export HOME=/home/${PKGUSER} && "${PKGSCRIPT}" build_archlinux_pkg" ${PKGUSER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment