<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildah.git/sources, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/'/>
<entry>
<title>Allow push to use the image id</title>
<updated>2017-12-02T11:56:29+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-12-02T11:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=9d94396108f0553beabadd0e09374cbda2547992'/>
<id>9d94396108f0553beabadd0e09374cbda2547992</id>
<content type='text'>
Make sure builtin volumes have the correct label
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure builtin volumes have the correct label
</pre>
</div>
</content>
</entry>
<entry>
<title>Buildah bud was failing on SELinux machines, this fixes this</title>
<updated>2017-11-22T16:38:41+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-11-22T16:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=fa6abe11e2d0ba78d730d6f3b85ad4c108c307dd'/>
<id>fa6abe11e2d0ba78d730d6f3b85ad4c108c307dd</id>
<content type='text'>
Block access to certain kernel file systems inside of the container
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block access to certain kernel file systems inside of the container
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore errors when trying to read containers buildah.json for loading SELinux reservations</title>
<updated>2017-11-16T22:03:26+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-11-16T22:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=d14dafee50c6081081091a0c2e6cc5d0aea4f026'/>
<id>d14dafee50c6081081091a0c2e6cc5d0aea4f026</id>
<content type='text'>
    Use credentials from kpod login for buildah
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Use credentials from kpod login for buildah
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds support for converting manifest types when using the dir transport</title>
<updated>2017-11-15T17:50:10+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-11-15T17:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=7d3f1f0d11d43b5cd2c24d9769588baa869f1d7a'/>
<id>7d3f1f0d11d43b5cd2c24d9769588baa869f1d7a</id>
<content type='text'>
Rework how we do UID resolution in images
Bump github.com/vbatts/tar-split
Set option.terminal appropriately in run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rework how we do UID resolution in images
Bump github.com/vbatts/tar-split
Set option.terminal appropriately in run
</pre>
</div>
</content>
</entry>
<entry>
<title> Bump github.com/vbatts/tar-split</title>
<updated>2017-11-08T17:53:00+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-11-08T17:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=404eab2b13fb6465281c3e6d61e9a6b4c68254c9'/>
<id>404eab2b13fb6465281c3e6d61e9a6b4c68254c9</id>
<content type='text'>
 Fixes CVE That could allow a container image to cause a DOS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Fixes CVE That could allow a container image to cause a DOS
</pre>
</div>
</content>
</entry>
<entry>
<title> Add secrets patch to buildah</title>
<updated>2017-11-08T00:56:21+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-11-08T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=33387dce249c5545890e91fb7c5e4e22ff2eaf46'/>
<id>33387dce249c5545890e91fb7c5e4e22ff2eaf46</id>
<content type='text'>
 Add proper SELinux labeling to buildah run
 Add tls-verify to bud command
 Make filtering by date use the image's date
 images: don't list unnamed images twice
 Fix timeout issue
 Add further tty verbiage to buildah run
 Make inspect try an image on failure if type not specified
 Add support for `buildah run --hostname`
 Tons of bug fixes and code cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Add proper SELinux labeling to buildah run
 Add tls-verify to bud command
 Make filtering by date use the image's date
 images: don't list unnamed images twice
 Fix timeout issue
 Add further tty verbiage to buildah run
 Make inspect try an image on failure if type not specified
 Add support for `buildah run --hostname`
 Tons of bug fixes and code cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>  Add default transport to push if not provided</title>
<updated>2017-09-22T10:24:45+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-09-22T10:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=dd550300254246e1be0d0e6e0e99787f421b896b'/>
<id>dd550300254246e1be0d0e6e0e99787f421b896b</id>
<content type='text'>
  Avoid trying to print a nil ImageReference
  Add authentication to commit and push
  Add information on buildah from man page on transports
  Remove --transport flag
  Run: do not complain about missing volume locations
  Add credentials to buildah from
  Remove export command
  Run(): create the right working directory
  Improve "from" behavior with unnamed references
  Avoid parsing image metadata for dates and layers
  Read the image's creation date from public API
  Bump containers/storage and containers/image
  Don't panic if an image's ID can't be parsed
  Turn on --enable-gc when running gometalinter
  rmi: handle truncated image IDs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Avoid trying to print a nil ImageReference
  Add authentication to commit and push
  Add information on buildah from man page on transports
  Remove --transport flag
  Run: do not complain about missing volume locations
  Add credentials to buildah from
  Remove export command
  Run(): create the right working directory
  Improve "from" behavior with unnamed references
  Avoid parsing image metadata for dates and layers
  Read the image's creation date from public API
  Bump containers/storage and containers/image
  Don't panic if an image's ID can't be parsed
  Turn on --enable-gc when running gometalinter
  rmi: handle truncated image IDs
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump for inclusion of OCI 1.0 Runtime and Image Spec</title>
<updated>2017-07-20T20:40:58+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-07-20T20:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=8df8427d8e3fe575db6c83031853af701d0d8428'/>
<id>8df8427d8e3fe575db6c83031853af701d0d8428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump for inclusion of OCI 1.0 Runtime and Image Spec</title>
<updated>2017-07-20T19:43:10+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-07-20T19:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=ffb71d3da1c8320c538d9fa792f2f278e71dfebe'/>
<id>ffb71d3da1c8320c538d9fa792f2f278e71dfebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>  buildah run: Add support for -- ending options parsing</title>
<updated>2017-07-18T21:16:00+00:00</updated>
<author>
<name>Daniel J Walsh</name>
<email>dwalsh@redhat.com</email>
</author>
<published>2017-07-18T21:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/buildah.git/commit/?id=4decefb361c420a1de7800d07050cfe8c3dd23b9'/>
<id>4decefb361c420a1de7800d07050cfe8c3dd23b9</id>
<content type='text'>
  buildah Add/Copy support for glob syntax
  buildah commit: Add flag to remove containers on commit
  buildah push: Improve man page and help information
  buildah run: add a way to disable PTY allocation
  Buildah docs: clarify --runtime-flag of run command
  Update to match newer storage and image-spec APIs
  Update containers/storage and containers/image versions
  buildah export: add support
  buildah images: update commands
  buildah images: Add JSON output option
  buildah rmi: update commands
  buildah containers: Add JSON output option
  buildah version: add command
  buildah run: Handle run without an explicit command correctly
  Ensure volume points get created, and with perms
  buildah containers: Add a -a/--all option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  buildah Add/Copy support for glob syntax
  buildah commit: Add flag to remove containers on commit
  buildah push: Improve man page and help information
  buildah run: add a way to disable PTY allocation
  Buildah docs: clarify --runtime-flag of run command
  Update to match newer storage and image-spec APIs
  Update containers/storage and containers/image versions
  buildah export: add support
  buildah images: update commands
  buildah images: Add JSON output option
  buildah rmi: update commands
  buildah containers: Add JSON output option
  buildah version: add command
  buildah run: Handle run without an explicit command correctly
  Ensure volume points get created, and with perms
  buildah containers: Add a -a/--all option
</pre>
</div>
</content>
</entry>
</feed>
