Sign inSign up

fishead/kube-proxy-amd64

By fishead

Updated over 7 years ago

mirror of gcr.io/google_containers/kube-proxy-amd64

Image
0

152

fishead/kube-proxy-amd64 repository overview

What this project for? | 这个项目是用来干什么的?

  1. take a docker image url
  2. get all the tags of the image
  3. generate Dockerfile for each tag
  4. (optional) copy image of each tag with the Dockerfile and Docker Hub Automated Build service

Howto generate Dockerfile

  1. Put image urls you want process in images.py

  2. Generate Dockerfiles

./gen-dockerfiles.py

(optional) How to copy image with Docker Hub Automated build service

  1. Edit variables on top of gen-automated-build-on-docker-hub python script

  2. Create Automated builds on Docker Hub

./gen-automated-build-on-docker-hub.py [tag-filter-regexp]

tag-filter-regexp: regexp for filter image tags, to avoid DDOS docker.io. default value ^(latest|v?\d{1,3}(\.\d+)*((-amd64)|(_coreos\.\d)|(-k8s\d+\.\d+))?)$

Todo

Disclaimer

The code is really rough, use it with caution.

Tag summary

Content type

Image

Digest

Size

30.3 MB

Last updated

over 7 years ago

docker pull fishead/kube-proxy-amd64:v1.6.2