Fedora-atomic image with latest docker and kubernetes installed The 2019 Stack Overflow Developer Survey Results Are InDocker image only works on one Fedora server?How to remove an image tag in Docker without removing the image itself?How does yum with Red Hat Network Subscription work inside the rhel Docker images?OpenShift Origin and Ceph persistent volumeHow do I build a Linux environment that specifies specific versions of packages?Dockerized Jenkins on GCP Kubernetes gives “No valid crumb was included in the request”Errors when using Google Container Engine (GKE) with Google Container Registry (GCR)Rhel7 atomic docker base image subscriptionKubernetes CrashLoopBackOff after pod create pulling image from Docker HubKubernetes, Docker and vm.max_map_count

Are spiders unable to hurt humans, especially very small spiders?

How do you keep chess fun when your opponent constantly beats you?

How to notate time signature switching consistently every measure

Is bread bad for ducks?

What can I do if neighbor is blocking my solar panels intentionally

Am I ethically obligated to go into work on an off day if the reason is sudden?

Word to describe a time interval

A word that means fill it to the required quantity

Why can't devices on different VLANs, but on the same subnet, communicate?

How can I save a vector layer to memory (or is there a reason QGIS doesn't allow this)?

If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?

What is the meaning of Triage in Cybersec world?

What is this sharp, curved notch on my knife for?

What force causes entropy to increase?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

What options are there, if any, to get information from an enemy's familiar?

Likelihood that a superbug or lethal virus could come from a landfill

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

Deal with toxic manager when you can't quit

Why can I use a list index as an indexing variable in a for loop?

How to support a colleague who finds meetings extremely tiring?

Finding the area between two curves with Integrate

What does 白沾 mean here?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?



Fedora-atomic image with latest docker and kubernetes installed



The 2019 Stack Overflow Developer Survey Results Are InDocker image only works on one Fedora server?How to remove an image tag in Docker without removing the image itself?How does yum with Red Hat Network Subscription work inside the rhel Docker images?OpenShift Origin and Ceph persistent volumeHow do I build a Linux environment that specifies specific versions of packages?Dockerized Jenkins on GCP Kubernetes gives “No valid crumb was included in the request”Errors when using Google Container Engine (GKE) with Google Container Registry (GCR)Rhel7 atomic docker base image subscriptionKubernetes CrashLoopBackOff after pod create pulling image from Docker HubKubernetes, Docker and vm.max_map_count



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















Latest fedora-atomic 24 image from fedora web-site contains docker 1.10.3 and kubernetes 1.2.0.



I'm trying to find a way to create atomic image with latest docker(1.12.1) and kubernetes (1.3.5).



As I understand, I can create package repository at https://copr.fedorainfracloud.org/coprs/ and use it during image creation. But I was unable to build docker 1.12 there from source package found here: https://kojipkgs.fedoraproject.org/packages/docker/



Also I was unable to use package repository from official docker install guide, because package in it called docker-engine and I won't be able to install rpm-ostree package, because it has docker as dependency.



What the easiest way to build fedora-atomic image with latest docker and kubernetes?










share|improve this question




























    2















    Latest fedora-atomic 24 image from fedora web-site contains docker 1.10.3 and kubernetes 1.2.0.



    I'm trying to find a way to create atomic image with latest docker(1.12.1) and kubernetes (1.3.5).



    As I understand, I can create package repository at https://copr.fedorainfracloud.org/coprs/ and use it during image creation. But I was unable to build docker 1.12 there from source package found here: https://kojipkgs.fedoraproject.org/packages/docker/



    Also I was unable to use package repository from official docker install guide, because package in it called docker-engine and I won't be able to install rpm-ostree package, because it has docker as dependency.



    What the easiest way to build fedora-atomic image with latest docker and kubernetes?










    share|improve this question
























      2












      2








      2








      Latest fedora-atomic 24 image from fedora web-site contains docker 1.10.3 and kubernetes 1.2.0.



      I'm trying to find a way to create atomic image with latest docker(1.12.1) and kubernetes (1.3.5).



      As I understand, I can create package repository at https://copr.fedorainfracloud.org/coprs/ and use it during image creation. But I was unable to build docker 1.12 there from source package found here: https://kojipkgs.fedoraproject.org/packages/docker/



      Also I was unable to use package repository from official docker install guide, because package in it called docker-engine and I won't be able to install rpm-ostree package, because it has docker as dependency.



      What the easiest way to build fedora-atomic image with latest docker and kubernetes?










      share|improve this question














      Latest fedora-atomic 24 image from fedora web-site contains docker 1.10.3 and kubernetes 1.2.0.



      I'm trying to find a way to create atomic image with latest docker(1.12.1) and kubernetes (1.3.5).



      As I understand, I can create package repository at https://copr.fedorainfracloud.org/coprs/ and use it during image creation. But I was unable to build docker 1.12 there from source package found here: https://kojipkgs.fedoraproject.org/packages/docker/



      Also I was unable to use package repository from official docker install guide, because package in it called docker-engine and I won't be able to install rpm-ostree package, because it has docker as dependency.



      What the easiest way to build fedora-atomic image with latest docker and kubernetes?







      docker fedora kubernetes






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 22 '16 at 10:51









      lunroxlunrox

      112




      112




















          2 Answers
          2






          active

          oldest

          votes


















          1














          Atomic has stayed on those versions for various reasons (mostly stability and supportability) which has been talked about on their mailing list.



          To upgrade those components you will need to compile your own rpm-ostree. Atomic recently got support for overlaying packages on the install but it's still in early stages.



          To compile your own rpm-ostree you can start with their documentation here and their blog post here.



          If your goal is a stateless server with minimal footprint I would also recommend looking at CoreOS. Their latest alpha version includes docker 1.12.1 and kubelet 1.3.5 at the time of writing this.






          share|improve this answer






























            1














            The easiest way to run a different version of Kubernetes today is to use system containers, using "atomic install".



            If you want a different version of Docker, you should probably run that in a System Container as well. Detailed documentation on overriding the default Docker is in progress.






            share|improve this answer

























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "2"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f798297%2ffedora-atomic-image-with-latest-docker-and-kubernetes-installed%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              Atomic has stayed on those versions for various reasons (mostly stability and supportability) which has been talked about on their mailing list.



              To upgrade those components you will need to compile your own rpm-ostree. Atomic recently got support for overlaying packages on the install but it's still in early stages.



              To compile your own rpm-ostree you can start with their documentation here and their blog post here.



              If your goal is a stateless server with minimal footprint I would also recommend looking at CoreOS. Their latest alpha version includes docker 1.12.1 and kubelet 1.3.5 at the time of writing this.






              share|improve this answer



























                1














                Atomic has stayed on those versions for various reasons (mostly stability and supportability) which has been talked about on their mailing list.



                To upgrade those components you will need to compile your own rpm-ostree. Atomic recently got support for overlaying packages on the install but it's still in early stages.



                To compile your own rpm-ostree you can start with their documentation here and their blog post here.



                If your goal is a stateless server with minimal footprint I would also recommend looking at CoreOS. Their latest alpha version includes docker 1.12.1 and kubelet 1.3.5 at the time of writing this.






                share|improve this answer

























                  1












                  1








                  1







                  Atomic has stayed on those versions for various reasons (mostly stability and supportability) which has been talked about on their mailing list.



                  To upgrade those components you will need to compile your own rpm-ostree. Atomic recently got support for overlaying packages on the install but it's still in early stages.



                  To compile your own rpm-ostree you can start with their documentation here and their blog post here.



                  If your goal is a stateless server with minimal footprint I would also recommend looking at CoreOS. Their latest alpha version includes docker 1.12.1 and kubelet 1.3.5 at the time of writing this.






                  share|improve this answer













                  Atomic has stayed on those versions for various reasons (mostly stability and supportability) which has been talked about on their mailing list.



                  To upgrade those components you will need to compile your own rpm-ostree. Atomic recently got support for overlaying packages on the install but it's still in early stages.



                  To compile your own rpm-ostree you can start with their documentation here and their blog post here.



                  If your goal is a stateless server with minimal footprint I would also recommend looking at CoreOS. Their latest alpha version includes docker 1.12.1 and kubelet 1.3.5 at the time of writing this.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Sep 2 '16 at 5:33









                  RothgarRothgar

                  2131511




                  2131511























                      1














                      The easiest way to run a different version of Kubernetes today is to use system containers, using "atomic install".



                      If you want a different version of Docker, you should probably run that in a System Container as well. Detailed documentation on overriding the default Docker is in progress.






                      share|improve this answer





























                        1














                        The easiest way to run a different version of Kubernetes today is to use system containers, using "atomic install".



                        If you want a different version of Docker, you should probably run that in a System Container as well. Detailed documentation on overriding the default Docker is in progress.






                        share|improve this answer



























                          1












                          1








                          1







                          The easiest way to run a different version of Kubernetes today is to use system containers, using "atomic install".



                          If you want a different version of Docker, you should probably run that in a System Container as well. Detailed documentation on overriding the default Docker is in progress.






                          share|improve this answer















                          The easiest way to run a different version of Kubernetes today is to use system containers, using "atomic install".



                          If you want a different version of Docker, you should probably run that in a System Container as well. Detailed documentation on overriding the default Docker is in progress.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 21 mins ago









                          Pang

                          15116




                          15116










                          answered Feb 14 '18 at 21:43









                          FuzzyChefFuzzyChef

                          16114




                          16114



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Server Fault!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f798297%2ffedora-atomic-image-with-latest-docker-and-kubernetes-installed%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              How to make RAID controller rescan devices The 2019 Stack Overflow Developer Survey Results Are InLSI MegaRAID SAS 9261-8i: Disk isn't recognized after replacementHow to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?LSI MegaRAID - Recreate missing RAID 1 arrayext. 2-bay USB-Drive with RAID: btrfs RAID vs built-in RAIDInvalid SAS topologyDoes enabling JBOD mode on LSI based controllers affect existing logical disks/arrays?Why is there a shift between the WWN reported from the controller and the Linux system?Optimal RAID 6+0 Setup for 40+ 4TB DisksAccidental SAS cable removal

                              How can I have a shield and a way of attacking at distance at the same time? The 2019 Stack Overflow Developer Survey Results Are InDoes the Thrown property mean I can attack with my DEX?Is it possible to build a custom weapon, and if so, how will my character be able to use it?Can the Ghost Touch weapon property allow an attacker to perform incorporeal touch attacks?The DM allowed me to wield two shields, how can I get the most AC and HP, as a Bear Barbarian?Are there ways other than Kensei Weapons or Hex Warrior to use an ability other than STR for non-finesse melee weapons?Cheapest way to cast spells with sword and (heavy) shield?Is this homebrew “Throwing Weapons Master” feat balanced?Can Hexblade warlocks use a staff and shield?Are there any balance issues with allowing thrown Javelins to be drawn for free like ammunition weapons?Does an unattuned Frost Brand weapon still glow in freezing temperatures?Does a druid starting with a bow start with no arrows?Is it possible to build a custom weapon, and if so, how will my character be able to use it?

                              How to determine omitted units in a publication The 2019 Stack Overflow Developer Survey Results Are InUnits of mass on the atomic scaleUnits in modified Arrhenius equation?Why are osmoles not considered SI units?When to use Da or u for mass unitsDividing different units of measurement?When you report Einstein units do you capitalize it?How to use C1V1=C2V2 How do the units work?Force Fields and unitsDoes adding prefixes to SI units make them no longer SI units?Types of concentration units