Skip to content

[Bug]: New images not created when dependencies are updated #2

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

Open
1 task done
BryanFauble opened this issue Jun 2, 2024 · 1 comment
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@BryanFauble
Copy link
Member

What happened?

When using fox publish after a dependency in go.mod has been updated no new image is created or deployed to the K8s cluster.

What should have happened?

A change in dependencies should create a new image of the application code in order to be deployed to K8s.

Steps to reproduce the issue.

  1. Use the kubefox quickstart
  2. Deploy the image/application code to the k8s cluster
  3. Update a dependency in go.mod
  4. Use fox publish which produces no new images

Version

0.9.2

Relevant log output

No response

Code of Conduct

  • I agree to follow XigXog's Code of Conduct
@BryanFauble BryanFauble added the bug Something isn't working label Jun 2, 2024
@xadhatter
Copy link
Member

Work around for this until fixed is to provide the --force flag which will cause components to be rebuilt.

fox publish --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants