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

Update workflows: update Python image and remove hotfix flow #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LucasMMota
Copy link
Contributor

@LucasMMota LucasMMota commented Aug 29, 2022

Why? πŸ“–

Testing a new image for running the workflows.
And removing the hotfix flow for this repository.

What? πŸ”§

  • Updated from a python java image to a python image.
  • Removing the hotfix flow from workflows steps.

Type of change πŸ—„οΈ

  • Update (non-breaking change which fixes an issue)

How everything was tested? πŸ“

Testing via Actions in Github. All steps run.
The publish steps will be tested when deploying it.

@LucasMMota LucasMMota added the enhancement New feature or request label Aug 29, 2022
@LucasMMota LucasMMota self-assigned this Aug 29, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 29, 2022

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@LucasMMota LucasMMota changed the title Update workflows Python image Update workflows: update Python image and remove hotfix flow Aug 29, 2022

runs-on: ubuntu-22.04
container: quintoandar/python-3-7-java
container: python:3.7-buster
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you ran a test considering the alpine or the slim image types? They are tinier than the buster images, although they may run into errors due to the lack of native libs inside them.

@dutrevis dutrevis assigned dutrevis and unassigned LucasMMota Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants