Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

cloudfoundry/garden-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garden Dockerfiles

Images CF Garden team consumes in testing environments.

  • garden-runc-release: Used by almost all jobs in CI.
  • large_layers: An image with large layers.
  • ubuntu-bc: Ubuntu image with bc program.
  • with-user-with-group: Image with a user that has supplementary groups.
  • with-volume: Image that uses defines a Docker volume.

Building garden-runc-release

make garden-runc-release

Producing a new image

Tag the image with the correct version:

docker tag cloudfoundry/garden-runc-release:latest cloudfoundry/garden-runc-release:x.y.z
docker push cloudfoundry/garden-runc-release:x.y.z
docker push cloudfoundry/garden-runc-release:latest

We use semantic versioning for version numbers.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published