Skip to content

Commit

Permalink
Remove heroku/pack Docker repo references
Browse files Browse the repository at this point in the history
Since the `heroku/pack` Docker Hub repo has now been deleted, following a year long deprecation process.

GUS-W-13716510.
  • Loading branch information
edmorley authored Jul 11, 2023
1 parent cb48000 commit 7e1e065
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
This repository is responsible for building and publishing [Cloud Native Buildpacks](https://buildpacks.io)
builders that enable Heroku-like builds with the [`pack`](https://github.com/buildpacks/pack) command.

The builder images use Heroku's [stack images](https://github.com/heroku/stack-images) as their base.

| Builder Image | Base Image | Status |
|-----------------------------------------------------|---------------------------------------------|-------------|
| [`heroku/buildpacks:18`][buildpacks-tags] | [`heroku/heroku:18-cnb-build`][heroku-tags] | End-of-life |
Expand All @@ -22,13 +24,7 @@ builders that enable Heroku-like builds with the [`pack`](https://github.com/bui

`pack build myapp --builder heroku/builder:22`

## Deprecated Images

[`heroku/pack:{STACK_VERSION}`][pack-tags] and [`heroku/pack:{STACK_VERSION}-build`][pack-tags] have been deprecated. They have been replaced by [`heroku/heroku:{STACK_VERSION}-cnb`][heroku-tags] and [`heroku/heroku:{STACK_VERSION}-cnb-build`][heroku-tags], respectively, which are produced by [heroku/stack-images][stack-images].

[builder-tags]: https://hub.docker.com/r/heroku/builder/tags
[builder-classic-tags]: https://hub.docker.com/r/heroku/builder-classic/tags
[buildpacks-tags]: https://hub.docker.com/r/heroku/buildpacks/tags
[heroku-tags]: https://hub.docker.com/r/heroku/heroku/tags
[pack-tags]: https://hub.docker.com/r/heroku/pack/tags
[stack-images]: https://github.com/heroku/stack-images

0 comments on commit 7e1e065

Please sign in to comment.