Git Product home page Git Product logo

Comments (32)

spiffxp avatar spiffxp commented on September 12, 2024 3

I have restored kubernetes/pause as a stopgap for kata-containers/tests#1522

$ docker load -i dockerhub-kubernetes-pause.tar.gz
Loaded image: kubernetes/pause:asm
Loaded image: kubernetes/pause:go
Loaded image: kubernetes/pause:latest
$ docker push kubernetes/pause:asm
The push refers to repository [docker.io/kubernetes/pause]
5f70bf18a086: Pushed
03b40935cf58: Pushed
asm: digest: sha256:74a98f0e4d750c9052f092a7f7a72de7b20f94f176a490088f7a744c76c53ea5 size: 936
$ docker push kubernetes/pause:go
The push refers to repository [docker.io/kubernetes/pause]
5f70bf18a086: Layer already exists
e16a89738269: Pushed
go: digest: sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 size: 938
$ docker push kubernetes/pause:latest
The push refers to repository [docker.io/kubernetes/pause]
5f70bf18a086: Layer already exists
e16a89738269: Layer already exists
latest: digest: sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 size: 938

from k8s.io.

gjtempleton avatar gjtempleton commented on September 12, 2024 2

I think the comms around this are a bit confusing as it seems from their FAQ that the retention period only applies for images that have been neither pushed nor pulled within that retention window:

From the FAQ:

What is a container image retention limit and how does it affect my account?
Image retention is based on the activity of each individual image stored within a user account. If an image has not either been pulled or pushed in the amount of time specified in your subscription plan, the image will be tagged “inactive.” Any images that are tagged as “inactive” will be scheduled for deletion.

from k8s.io.

k8s-ci-robot avatar k8s-ci-robot commented on September 12, 2024 2

@dims: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

from k8s.io.

BenTheElder avatar BenTheElder commented on September 12, 2024 1

This only applies to "inactive" images if you read the FAQ, odd that it wasn't in the email.

Edit: ninja-ed!

from k8s.io.

spiffxp avatar spiffxp commented on September 12, 2024

/assign

from k8s.io.

thecrudge avatar thecrudge commented on September 12, 2024

Redis image not found See PR #14106

from k8s.io.

cblecker avatar cblecker commented on September 12, 2024

@thecrudge which repo?

from k8s.io.

thecrudge avatar thecrudge commented on September 12, 2024

@cblecker kubernetes/redis

from k8s.io.

cblecker avatar cblecker commented on September 12, 2024

You mentioned a PR number.. where is that PR? Could you link to it directly? github.com/kubernetes/redis doesn't exist.

from k8s.io.

thecrudge avatar thecrudge commented on September 12, 2024

kubernetes/website#14106

from k8s.io.

cblecker avatar cblecker commented on September 12, 2024

@thecrudge replied requesting changes on that PR. thanks for the catch!

from k8s.io.

cblecker avatar cblecker commented on September 12, 2024

To document things further, looks like this image was still referenced as recently as October 2018: kubernetes/kubernetes#69631

from k8s.io.

chavafg avatar chavafg commented on September 12, 2024

@spiffxp we have changed our configuration to now use k8s.gcr.io/pause image. From kata side, the kubernetes/pause image can now be deleted.
Thanks

from k8s.io.

fejta-bot avatar fejta-bot commented on September 12, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

from k8s.io.

spiffxp avatar spiffxp commented on September 12, 2024

/remove-lifecycle stale
I suggest we plan to remove kubernetes/pause after v1.16 goes out the door, per our 3 version support policy (ref: https://kubernetes.io/docs/setup/release/version-skew-policy/), and given that the above PR implies we stopped using this image in v1.13

from k8s.io.

dims avatar dims commented on September 12, 2024

@spiffxp +1 to remove kubernetes/pause after v1.16 goes out the door

from k8s.io.

fejta-bot avatar fejta-bot commented on September 12, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

from k8s.io.

fejta-bot avatar fejta-bot commented on September 12, 2024

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

from k8s.io.

justaugustus avatar justaugustus commented on September 12, 2024

/remove-lifecycle rotten
/lifecycle frozen

What's the status of this?

from k8s.io.

dims avatar dims commented on September 12, 2024

Looks like they have fixed it kata-containers/tests#1526 so we should be able to clean things up now.

from k8s.io.

stp-ip avatar stp-ip commented on September 12, 2024

We have 1.17 out so we should be able to finish this in 2020 I guess.

from k8s.io.

bartsmykla avatar bartsmykla commented on September 12, 2024

@spiffxp do you think we can delete the pause image now?

from k8s.io.

spiffxp avatar spiffxp commented on September 12, 2024

/remove-priority important-soon
/priority backlog
It's really low on my priority list at this point; it would feel great to finally get this done, but I'm juggling too much right now

from k8s.io.

stp-ip avatar stp-ip commented on September 12, 2024

Docker is changing their ToS especially important is this part about retention:

Docker is introducing a container image retention policy which will be enforced starting November 1, 2020.
The container image retention policy will apply to the following plans:
  Free plans will have a 6 month image retention limit
  Pro and Team plans will have unlimited image retention

Assuming we are on a free plan the last images will go away on November 1. Might be a good time to tackle the full retirement of the org once all images are removed by us or docker.

from k8s.io.

spiffxp avatar spiffxp commented on September 12, 2024

I am very tempted to delete the pause image now and be done with it, since we're well past v1.16.

OTOH, we could give one last final warning and say once v1.19 is released, we're removing kubernetes/pause.

What do folks think?

from k8s.io.

stp-ip avatar stp-ip commented on September 12, 2024

Thanks for the clarification. Would have expected that detail to be worth putting next to the retention notice ^^
Anyway happy to have this cleaned up nonetheless.

from k8s.io.

dims avatar dims commented on September 12, 2024

+1 let's please clean it up!

from k8s.io.

sftim avatar sftim commented on September 12, 2024

Also I think:
/sig security

from k8s.io.

sftim avatar sftim commented on September 12, 2024

Cleaning up these unmaintained images has helped avoid security concerns.

from k8s.io.

dims avatar dims commented on September 12, 2024

backed up the pause image in dockerhub

$ docker images | sort
REPOSITORY           TAG       IMAGE ID       CREATED       SIZE
ghcr.io/dims/pause   asm       7b57aeefc2c0   8 years ago   129B
ghcr.io/dims/pause   go        f9d5de079539   8 years ago   240kB
ghcr.io/dims/pause   latest    f9d5de079539   8 years ago   240kB
kubernetes/pause     asm       7b57aeefc2c0   8 years ago   129B
kubernetes/pause     go        f9d5de079539   8 years ago   240kB
kubernetes/pause     latest    f9d5de079539   8 years ago   240kB

from k8s.io.

dims avatar dims commented on September 12, 2024

and they are gone! https://hub.docker.com/r/kubernetes/pause/tags

image

from k8s.io.

dims avatar dims commented on September 12, 2024

/close

from k8s.io.

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.