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;
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
add a comment |
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
add a comment |
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
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
docker fedora kubernetes
asked Aug 22 '16 at 10:51
lunroxlunrox
112
112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Sep 2 '16 at 5:33
RothgarRothgar
2131511
2131511
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
edited 21 mins ago
Pang
15116
15116
answered Feb 14 '18 at 21:43
FuzzyChefFuzzyChef
16114
16114
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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