Skip to content

Conversation

@murphp15
Copy link
Contributor

@murphp15 murphp15 commented Mar 31, 2023

Why

Builds were failing because of the docker image we were using.

What

I upgraded to the latest one. This is one we are using in more places in the the gitlab pipeline.

How has this been tested.

In a previous commit I enabled those jobs on this PR and made sure they ran successfully.

Signed-off-by: murphp15 <murphp15@tcd.ie>
Signed-off-by: murphp15 <murphp15@tcd.ie>
Signed-off-by: murphp15 <murphp15@tcd.ie>
Copy link
Contributor

@mrMoZ1 mrMoZ1 left a comment

Choose a reason for hiding this comment

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

LGTM

murphp15 and others added 5 commits March 31, 2023 11:32
Signed-off-by: murphp15 <murphp15@tcd.ie>
Signed-off-by: murphp15 <murphp15@tcd.ie>
Signed-off-by: murphp15 <murphp15@tcd.ie>
Signed-off-by: murphp15 <murphp15@tcd.ie>
Copy link
Contributor

@ivakoleva ivakoleva left a comment

Choose a reason for hiding this comment

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

interesting, I thought I did a code review recently, and explicitly checked all occurrences of docker and dind. Anyway....this must be optimised for extension over duplication.

@ivakoleva
Copy link
Contributor

ivakoleva commented Mar 31, 2023

may provide PR description?
also, why having [DRAFT], there is convert to draft and back feature

@murphp15 murphp15 enabled auto-merge (squash) March 31, 2023 13:23
@murphp15 murphp15 changed the title [DRAFT] control-service: fix failing image publisher control-service: fix failing image publisher Mar 31, 2023
@murphp15
Copy link
Contributor Author

@ivakoleva description added, draft removed.

@murphp15 murphp15 merged commit a135bb6 into main Mar 31, 2023
@murphp15 murphp15 deleted the person/murphp15/fix_failing_image_publisher branch March 31, 2023 15:39
yonitoo pushed a commit that referenced this pull request Apr 4, 2023
# Why
Builds were failing because of the docker image we were using. 
# What
I upgraded to the latest one. This is one we are using in more places in
the the gitlab pipeline.
# How has this been tested.
In a previous commit I enabled those jobs on this PR and made sure they
ran successfully.

---------

Signed-off-by: murphp15 <murphp15@tcd.ie>
Co-authored-by: Momchil Z <mzhivkov@vmware.com>
mrMoZ1 pushed a commit that referenced this pull request Apr 4, 2023
what: reverted to previously used python version for the job builder
container and bumped version.txt to trigger new release.

why: as a part of this PR
#1810 job builder
version was bumped, however this introduces problems with the awscli
library used in the builder - it now fails with a missing module. :
`...
File "/usr/lib/python3.10/site-packages/dateutil/tz/tz.py", line 19, in
<module>
    import six
ModuleNotFoundError: No module named 'six'`

Reverting to python 3.7 seems to fix the issue.

testing: created image locally and tested that aws commands in container
work as expected.

---------

Signed-off-by: mrMoZ1 <mzhivkov@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants