Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump distribution/distribution to latest release #2907

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ projects:
repos:
- name: distribution
versions:
- tag: v2.8.1
go_version: "1.17"
- tag: v2.8.3
go_version: "1.20"
- org: emissary-ingress
repos:
- name: emissary
Expand Down
2 changes: 1 addition & 1 deletion projects/distribution/distribution/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.1
v2.8.3
2 changes: 1 addition & 1 deletion projects/distribution/distribution/GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.20
2 changes: 1 addition & 1 deletion projects/distribution/distribution/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **distribution**
![Version](https://img.shields.io/badge/version-v2.8.1-blue)
![Version](https://img.shields.io/badge/version-v2.8.3-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoieGduSTVGQXp1STQ1b2VjY0tiZnJOVStJa1pja2pjbDJYQTdMS2V5R0lyWFJ0R1lya1lYREhuYy9xRE5sMlc2SmZVWXlNRGRJdGhwZXl5V0cwMXB2ck5nPSIsIml2UGFyYW1ldGVyU3BlYyI6IlQwNHZleTBzMzZQMjZ1VCsiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

This [distribution project](https://github.com/distribution/distribution)'s main product is the Open Source Registry implementation for storing and distributing container images using the [OCI Distribution Specification](https://github.com/opencontainers/distribution-spec). The goal of this project is to provide a simple, secure, and scalable base for building a large scale registry solution or running a simple private registry. It is a core library for many registry operators including Docker Hub, GitHub Container Registry, GitLab Container Registry and DigitalOcean Container Registry, as well as the CNCF Harbor Project, and VMware Harbor Registry.
Expand Down