Giter Site home page Giter Site logo

Comments (8)

jperrin avatar jperrin commented on July 24, 2024

Correct. This is caused by the removal of systemd-container from 7.2. Do a new docker pull centos:7 to resolve it.

from sig-cloud-instance-images.

sidharta-s avatar sidharta-s commented on July 24, 2024

I'll try this out, thanks!

from sig-cloud-instance-images.

buley avatar buley commented on July 24, 2024

Is there a webhook anywhere we can use to update our Centos base images when a build is shipped?

from sig-cloud-instance-images.

jperrin avatar jperrin commented on July 24, 2024

I know there have been several attempts at submitting a feature like this to docker, but I don't think any of them have been merged in yet. I would check with docker folks to see.

from sig-cloud-instance-images.

buley avatar buley commented on July 24, 2024

Thanks @jperrin. I'll investigate. I use a CentOS base image to which add my user needs, etc. Anything that ran yum update in the Dockerfile broke following this change, since my base image wasn't updated but those containers using it were updating their packages.

from sig-cloud-instance-images.

sidharta-s avatar sidharta-s commented on July 24, 2024

It looks like using an older image 7.1 image causes issues when installing docker. This fails :

q (19:58:30) ~/test$ cat Dockerfile.test
FROM docker.io/centos:centos7.1.1503
RUN yum install -y docker-1.8.2
CMD ["/bin/bash"]
q (19:58:32) ~/test$ docker build -f Dockerfile.test .

from sig-cloud-instance-images.

jperrin avatar jperrin commented on July 24, 2024

point-in-time releases will require added attention, yes. This is because the 7.1.1503 container is trying to pull from current repositories. You'll have to apply updates and work around systemd-container vs systemd dep issues.

from sig-cloud-instance-images.

jay-johnson avatar jay-johnson commented on July 24, 2024

Had to update my base image like @buley. Thanks for the fix @jperrin

from sig-cloud-instance-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.