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

V2 nightly containerized builds have incorrect image versions #3698

Open
youngaaronm opened this issue Aug 26, 2024 · 0 comments
Open

V2 nightly containerized builds have incorrect image versions #3698

youngaaronm opened this issue Aug 26, 2024 · 0 comments
Labels
bug Verified defect in functionality Priority: High size/M

Comments

@youngaaronm
Copy link

Describe the bug
The deployment yaml files in the v2 nightly builds are pointing to the incorrect version of images.

zowe-containerization-2.18.0-staging-5795-20240826044410.zip

For example. api-catalog-deployment.yaml has the following image reference.
image: zowe-docker-snapshot.jfrog.io/ompzowe/api-catalog-services:2.1.1-SNAPSHOT-ubuntu.v2-x-x

I believe this should now be
image: zowe-docker-snapshot.jfrog.io/ompzowe/api-catalog-services:2.18.0-SNAPSHOT-ubuntu.v2-x-x

It appears all of the deployment files are still pointing at 2.1.1 images. They should be updated.

Steps to Reproduce

  1. Download latest nightly build. zowe-containerization-2.18.0-staging-5795-20240826044410.zip
  2. Extract
  3. Examine the images in all of the deployment yaml files.

Expected behavior
The deployment files should be pointing to matching image versions for the nightly builds.

Details

  • Version and build number: zowe-containerization-2.18.0-staging-5795-20240826044410.zip

Willingness to help
If you are willing to help with debugging and reproducing the problem or
with fixing the problem, please state your willingness to assist in the created issue.

Yes, willing to help validate fix.

https://github.com/zowe/api-layer/wiki/Issue-management

@youngaaronm youngaaronm added bug Verified defect in functionality new New issue that has not been worked on yet labels Aug 26, 2024
@balhar-jakub balhar-jakub added Priority: High size/M and removed new New issue that has not been worked on yet labels Aug 28, 2024
@github-staff github-staff deleted a comment from masooddahmedd Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified defect in functionality Priority: High size/M
Projects
Status: In Progress
Development

No branches or pull requests

8 participants
@balhar-jakub @youngaaronm and others