containers icon indicating copy to clipboard operation
containers copied to clipboard

Missing old packages

Open mips171 opened this issue 1 year ago • 2 comments

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

mips171 avatar Feb 14 '24 02:02 mips171

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
...

carrodher avatar Feb 14 '24 17:02 carrodher

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] avatar Mar 01 '24 01:03 github-actions[bot]

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.

github-actions[bot] avatar Mar 07 '24 01:03 github-actions[bot]