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

Pin version of audiowaveform image in API Dockerfile #3782

Closed
dhruvkb opened this issue Feb 10, 2024 · 1 comment · Fixed by #3784
Closed

Pin version of audiowaveform image in API Dockerfile #3782

dhruvkb opened this issue Feb 10, 2024 · 1 comment · Fixed by #3784
Assignees
Labels
💻 aspect: code Concerns the software code in the repository 🧰 goal: internal improvement Improvement that benefits maintainers, not users good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: api Related to the Django API 🐳 tech: docker Involves Docker

Comments

@dhruvkb
Copy link
Member

dhruvkb commented Feb 10, 2024

Problem

The current API Dockerfile uses the latest tag of the audiowaveform image.

FROM docker.io/realies/audiowaveform:latest AS awf

Description

As @realies has pointed out in #2412, now the workflow tags the images with a version, when a new version of bbc/audiowaveform is published with a Git tag.

That line can now be updated as follows.

- FROM docker.io/realies/audiowaveform:latest AS awf
+ FROM docker.io/realies/audiowaveform:1.10.1 AS awf
@dhruvkb dhruvkb added good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 💻 aspect: code Concerns the software code in the repository 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🐳 tech: docker Involves Docker 🧱 stack: api Related to the Django API labels Feb 10, 2024
@zablon-oigo
Copy link
Contributor

Hello, I'm interested in addressing this issue. Could you please assign it to me? I believe I can handle it effectively.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🧰 goal: internal improvement Improvement that benefits maintainers, not users good first issue New-contributor friendly help wanted Open to participation from the community 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: api Related to the Django API 🐳 tech: docker Involves Docker
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants