Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libsoup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
140
Issues
140
List
Boards
Labels
Service Desk
Milestones
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libsoup
Commits
223a22d4
Commit
223a22d4
authored
Jan 22, 2021
by
Patrick Griffis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Update image version
parent
4d0b4e11
Pipeline
#249412
passed with stages
in 2 minutes and 58 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.gitlab-ci/Dockerfile
.gitlab-ci/Dockerfile
+3
-5
.gitlab-ci/run-docker.sh
.gitlab-ci/run-docker.sh
+1
-1
No files found.
.gitlab-ci.yml
View file @
223a22d4
image
:
registry.gitlab.gnome.org/gnome/libsoup/master:v
8
image
:
registry.gitlab.gnome.org/gnome/libsoup/master:v
9
stages
:
-
build
...
...
.gitlab-ci/Dockerfile
View file @
223a22d4
...
...
@@ -38,16 +38,14 @@ RUN dnf update -y \
&&
./autogen.sh
--prefix
=
/usr
\
&&
make
install
\
&&
popd
\
&&
rm
-rf
glib gobject-introspection vala
&&
rm
-rf
glib gobject-introspection vala
\
&&
python2.7
-m
ensurepip
\
&&
pip2.7
install
virtualenv autobahntestsuite
ARG
HOST_USER_ID=5555
ENV
HOST_USER_ID ${HOST_USER_ID}
RUN
useradd
-u
$HOST_USER_ID
-ms
/bin/bash user
RUN
python2.7
-m
ensurepip
RUN
pip2.7
install
virtualenv
RUN
pip2.7
install
autobahntestsuite
USER
user
WORKDIR
/home/user
...
...
.gitlab-ci/run-docker.sh
View file @
223a22d4
...
...
@@ -2,7 +2,7 @@
set
-e
TAG
=
"registry.gitlab.gnome.org/gnome/libsoup/master:v
8
"
TAG
=
"registry.gitlab.gnome.org/gnome/libsoup/master:v
9
"
cd
"
$(
dirname
"
$0
"
)
"
podman build
--build-arg
HOST_USER_ID
=
"
$UID
"
--tag
"
${
TAG
}
"
--file
"Dockerfile"
--format
=
docker
.
...
...
Write
Preview
Markdown
is supported
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