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

Use a base image and simplify environments #5033

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Use a base image and simplify environments #5033

merged 1 commit into from
Dec 20, 2023

Conversation

ferrarimarco
Copy link
Collaborator

Proposed Changes

  1. Refactor Dockerfile to use a base image so that we can reuse the cache for the standard image and not just the base image.
  2. Simplify the cd workflow to take into account the Production environment only for latest images.

Readiness Checklist

In order to have this pull request merged, complete the following tasks.

Pull request author tasks

  • I included all the needed documentation for this change.
  • I provided the necessary tests.
  • I squashed all the commits into a single commit.
  • I followed the Conventional Commit v1.0.0 spec.

Super-linter maintainer tasks

  • Label as breaking if this change breaks compatibility with the previous released version.
  • Label as either: automation, bug, documentation, enhancement, infrastructure.

- Refactor Dockerfile to use a base image so that we can reuse the cache
  for the standard image and not just the base image.
- Simplify the cd workflow to take into account the Production
  environment only for latest images.
@ferrarimarco ferrarimarco added automation related to helping the project operate more efficiently O: backlog 🤖 Backlog, stale ignores this label labels Dec 20, 2023
@ferrarimarco ferrarimarco self-assigned this Dec 20, 2023
@ferrarimarco ferrarimarco merged commit d8ca235 into main Dec 20, 2023
6 checks passed
@ferrarimarco ferrarimarco deleted the base-image branch December 20, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation related to helping the project operate more efficiently O: backlog 🤖 Backlog, stale ignores this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant