<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/Dockerfile, branch v0.66.0-custom</title>
<subtitle>Personal fork of fzf</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/'/>
<entry>
<title>Update Dockerfile</title>
<updated>2025-02-02T14:10:53+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-02-02T13:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=c1470a51b84283db661acfbb70d1323e86ca7bf8'/>
<id>c1470a51b84283db661acfbb70d1323e86ca7bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docker: fix dockerfile warnings (#4080)</title>
<updated>2024-11-04T13:26:19+00:00</updated>
<author>
<name>jaydee-coder</name>
<email>187227976+jaydee-coder@users.noreply.github.com</email>
</author>
<published>2024-11-04T13:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=6816b7d95b54330224020b4304db7fd5a5ea1ba1'/>
<id>6816b7d95b54330224020b4304db7fd5a5ea1ba1</id>
<content type='text'>
The following warnings were emitted when running `make docker-test`:
```
 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 12)
```

This change fixes both of these 2 trivial warnings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following warnings were emitted when running `make docker-test`:
```
 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 12)
```

This change fixes both of these 2 trivial warnings.</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile to use Ubuntu 24.04</title>
<updated>2024-04-24T09:20:30+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-04-24T09:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e352b6887849cb6c3c8ae1d98ed357f94273e90a'/>
<id>e352b6887849cb6c3c8ae1d98ed357f94273e90a</id>
<content type='text'>
As we require Go 1.20 or above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we require Go 1.20 or above.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Ubuntu 22 to match GitHub Actions environment</title>
<updated>2024-01-07T06:10:06+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-01-07T06:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b92a843c5f2c13e0ca5b88ba4f0331e251649123'/>
<id>b92a843c5f2c13e0ca5b88ba4f0331e251649123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile: --platform=linux/amd64</title>
<updated>2023-05-21T08:59:18+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2023-05-21T08:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=7514644e07896dfe13de81d9bfbe2346180a277c'/>
<id>7514644e07896dfe13de81d9bfbe2346180a277c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile (#2662)</title>
<updated>2021-12-09T02:05:12+00:00</updated>
<author>
<name>Martin Jindra</name>
<email>mjindra@derchef.email</email>
</author>
<published>2021-12-09T02:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=176ee6910ffe40d9007ff9bc1b2720e3d729c48a'/>
<id>176ee6910ffe40d9007ff9bc1b2720e3d729c48a</id>
<content type='text'>
`archlinux/base:latest`cannot be found</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`archlinux/base:latest`cannot be found</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test cases</title>
<updated>2020-10-23T10:54:45+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2020-10-23T10:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2166b4ca17daaa4a2b7d5af98668d5a9d4596a04'/>
<id>2166b4ca17daaa4a2b7d5af98668d5a9d4596a04</id>
<content type='text'>
We were not properly waiting for truthy-ness in until blocks.

Need Minitest with https://github.com/seattlerb/minitest/commit/21d9e804b63c619f602f3f4ece6c71b48974707a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were not properly waiting for truthy-ness in until blocks.

Need Minitest with https://github.com/seattlerb/minitest/commit/21d9e804b63c619f602f3f4ece6c71b48974707a
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile</title>
<updated>2020-02-03T06:00:21+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2020-02-03T06:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=293dd76af14ff47cde08281b0e2d5f7dd1ce46af'/>
<id>293dd76af14ff47cde08281b0e2d5f7dd1ce46af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docker] Fix gem install option in Dockerfile</title>
<updated>2019-03-31T02:22:12+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2019-03-31T02:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=df570afd52a6cd25ea68e7837a0624e3aba0405d'/>
<id>df570afd52a6cd25ea68e7837a0624e3aba0405d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docker] Build binary from source</title>
<updated>2018-06-08T10:42:29+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2018-06-08T10:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=af87650bc42ec8b821a3502857ca28692d6525d4'/>
<id>af87650bc42ec8b821a3502857ca28692d6525d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
