bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.43k stars 4.89k forks source link

Missing old packages #59751

Closed ghost closed 8 months ago

ghost commented 9 months ago

Name and Version

bitnami/opencart3

What architecture are you using?

None

What steps will reproduce the bug?

Getting 404's when building an older image. Just a little surprised as I didn't see any communication about this come through.

  1. apache-2.4.54-156
  2. libphp-8.0.30-0
  3. mysql-client-10.6.9-1
  4. render-template-1.0.3-153

What is the expected behavior?

Expected these to be available

What do you see instead?

404's

Additional information

Screenshot 2024-02-14 at 12 33 19
carrodher commented 9 months ago

Hi, we recently added a policy to remove those intermediate packages after some months. What's your use case for rebuilding the container? The preferred way to work with old container images is to create a Dockerfile using the old container as the base and then add any customization on top of it if needed:

FROM bitnami/opencart:3
...
github-actions[bot] commented 8 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 8 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.