Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
visdom
ocs-url
Commits
82a6c07c
Commit
82a6c07c
authored
Mar 10, 2019
by
akiraohgaki
Browse files
Change docker image
parent
76776579
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
82a6c07c
...
...
@@ -42,7 +42,7 @@ opensuse_rpm:
archlinux_pkg
:
stage
:
build
image
:
base/
archlinux:latest
image
:
archlinux
/base
:latest
only
:
-
master
-
/^release\-.+/
...
...
scripts/package
View file @
82a6c07c
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment