<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Renan Zulian</title>
    <description>The latest articles on DEV Community by Renan Zulian (@renanzulian).</description>
    <link>https://dev.to/renanzulian</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F403523%2Fdd86fee2-226d-4047-9e21-ab4001692edb.jpeg</url>
      <title>DEV Community: Renan Zulian</title>
      <link>https://dev.to/renanzulian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/renanzulian"/>
    <language>en</language>
    <item>
      <title>Why new docker users should stop using the 'latest' tag on Docker.</title>
      <dc:creator>Renan Zulian</dc:creator>
      <pubDate>Sat, 13 Jun 2020 16:12:57 +0000</pubDate>
      <link>https://dev.to/renanzulian/why-you-should-stop-to-use-latest-tag-on-docker-b3j</link>
      <guid>https://dev.to/renanzulian/why-you-should-stop-to-use-latest-tag-on-docker-b3j</guid>
      <description>&lt;p&gt;The tag is some of the core features of the docker that many people don't use correctly. Through the tags, we can select what the version we want to download and to use in our project. So if you aren't worried about it probably someday you can have some problems.&lt;/p&gt;

&lt;p&gt;I confess that my machine has a lot of images with the 'latest' tags yet. Sometimes we don't want to specify what the version we need, right? A few weeks ago I cloned a small project that I worked in the past and I was using the latest version of Postgres. But that day the version wasn't the same I have used when I have created the project, then I had to guess what version I have used.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Not specifying the version that you want isn't a good habit.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The 'latest' version is never the same. It is only a generic term that isn't so useful in the practice¹. Probably you will never say to someone that your project needs the latest version of some software (in a formal conversation). You should say to him that you have used the &lt;strong&gt;X&lt;/strong&gt; version of the &lt;strong&gt;Z&lt;/strong&gt; software.&lt;/p&gt;

&lt;p&gt;It is normal for a beginner developer don't care about the versions of the resource that the software he is coding depends. But if you already are an experienced developer, you need to start to care about it now.&lt;/p&gt;

&lt;p&gt;¹ Raphael Habereder give us a good example of a context that it is very useful. Check his comment below.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
