<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/ci/docker, branch ethomson/centos_ci</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>ci: update centos to find libssh2</title>
<updated>2021-08-21T12:18:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-17T12:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ecdb41f911783c3f21c88ed799efb38030336789'/>
<id>ecdb41f911783c3f21c88ed799efb38030336789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update centos builds</title>
<updated>2021-08-16T18:09:17+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-16T18:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a42577db27eb31b7f727188683cd1209b3f2f2d6'/>
<id>a42577db27eb31b7f727188683cd1209b3f2f2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update centos builds</title>
<updated>2021-08-16T17:49:38+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-16T17:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d4416624fa6e74f7a07b7b2c021e049b315e5510'/>
<id>d4416624fa6e74f7a07b7b2c021e049b315e5510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update centos builds</title>
<updated>2021-08-16T03:19:54+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-16T03:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5ad53ec762813522faac089576e62200e0045bdb'/>
<id>5ad53ec762813522faac089576e62200e0045bdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update centos7 and centos8 build</title>
<updated>2021-08-16T02:53:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-16T02:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1ebdb6f2034af941f989064a63b3a85d0a51074b'/>
<id>1ebdb6f2034af941f989064a63b3a85d0a51074b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add centos7 and centos8 docker definitions</title>
<updated>2021-08-15T21:17:58+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-09T12:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e6c9fcf08d3893a924f8961af7123a5a9c3c4ced'/>
<id>e6c9fcf08d3893a924f8961af7123a5a9c3c4ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: remove the docker entrypoint</title>
<updated>2021-08-09T12:42:34+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-08T15:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b140e22e2e4e0bb47eea39485a5501497462023a'/>
<id>b140e22e2e4e0bb47eea39485a5501497462023a</id>
<content type='text'>
Omitting an entrypoint.sh to configure the container and instead
depending on docker primitives allows us to be more portable.  (If a
distribution uses a different mechanism for adding users, we need not
have multiple entrypoint.sh files or invariants within it; instead we
can configure that in the dockerfile itself along with all the other
distribution specific components.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Omitting an entrypoint.sh to configure the container and instead
depending on docker primitives allows us to be more portable.  (If a
distribution uses a different mechanism for adding users, we need not
have multiple entrypoint.sh files or invariants within it; instead we
can configure that in the dockerfile itself along with all the other
distribution specific components.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Change libssh2 version to 1.9.0 on focal</title>
<updated>2020-12-22T05:31:50+00:00</updated>
<author>
<name>Miguel Arroz</name>
<email>750683+arroz@users.noreply.github.com</email>
</author>
<published>2020-12-22T05:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8dc0ba75f0a49fac0af920630a867720b287ada3'/>
<id>8dc0ba75f0a49fac0af920630a867720b287ada3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: support multi-arch docker builds</title>
<updated>2020-11-23T23:08:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-11-23T14:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5a9d16dceb213af734697e7f552a5b79b6e46893'/>
<id>5a9d16dceb213af734697e7f552a5b79b6e46893</id>
<content type='text'>
Provide the base to our docker images and run with the QEMU docker
support optionally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide the base to our docker images and run with the QEMU docker
support optionally.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add krb5 to bionic container</title>
<updated>2020-11-23T20:22:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-11-23T17:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9f8802d3eaa9dc915c6dc77c517952a49d566100'/>
<id>9f8802d3eaa9dc915c6dc77c517952a49d566100</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
