Replace all old docker "dspace-7_x" tags with "latest" on main #2394
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
Description
Currently, our Docker scripts on
main
are still referencing thedspace-7_x
tagged Docker images. However in #2359, we updatedmain
branch to generate Docker images with thelatest
tag. (Thedspace-7_x
tag in DockerHub is to be used for thedspace-7_x
branch in GitHub.)In other words:
main
branch in GitHub should always uselatest
tag in DockerHubdspace-7_x
branch in GitHub should always usedspace-7_x
tag in DockerHubThis PR ensures that our Docker scripts on
main
are always referencing the taglatest
from DockerHub. (This ensures thatmain
isn't accidentally using Docker images from ourdspace-7_x
brach)(Corresponding PR was submitted to backend as well: DSpace/DSpace#8974)
Instructions for Reviewers
main
now uselatest
images from DockerHub.