Skip to content

Conversation

@derekclair
Copy link
Contributor

@derekclair derekclair commented Feb 19, 2025

Also see: #44

Screenshot 2025-02-27 at 09 42 29

To make this work, and there just isn't any good way to do it in Jenkins that I've been able to determine, requires one change to the dockerfile.appserver and the dockerfile.tools files:

FROM iqgeo-delivery-build AS iqgeo_builder

to:

FROM harbor.delivery.iqgeo.cloud/{{ my_project }}/platform-build AS iqgeo_builder

where my_project is the value of the $.name attribute as declared in the .iqgeorc.jsonc file.

(If that's re-write is something that can be added to the update command of the plugin, that would be great!)

Comment on lines +22 to +24
buildImage.push("latest") // not recommended but necessary w/o local caching
buildImage.push("${version}")
buildImage.push("${version}-${buildTag}")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is NOT the "right" way to do this. This should be done using Tags, but, for fantastically frustrating and still unknown reasons to me, (whether it's the docker plugin version on our delivery or something about our configuration/server setup, I can't determine) the image.tagsString just doesn't seem to do what I'd expect it to.

@derekclair derekclair marked this pull request as ready for review February 27, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants