Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codefresh-io/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 17 commits
  • 345 files changed
  • 9 contributors

Commits on Jan 12, 2023

  1. Copy the full SHA
    e107fb4 View commit details
  2. Create service.yaml

    roi-codefresh committed Jan 12, 2023
    Copy the full SHA
    816e0a2 View commit details
  3. add cfu

    oren-codefresh authored and roi-codefresh committed Jan 12, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    51b6dd0 View commit details
  4. updated base image to alpine:3.16

    ATGardner authored and roi-codefresh committed Jan 12, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6919b84 View commit details
  5. alpine to debian (#5)

    * alpine to debian
    
    * bump
    danielm-codefresh authored and roi-codefresh committed Jan 12, 2023
    Copy the full SHA
    04f1881 View commit details
  6. Cr 15394 (#6)

    * fix adduser syntax
    danielm-codefresh authored and roi-codefresh committed Jan 12, 2023
    Copy the full SHA
    4e0a7e3 View commit details
  7. fixing dockerfile

    roi-codefresh committed Jan 12, 2023
    Copy the full SHA
    b64f94e View commit details

Commits on Jan 23, 2023

  1. remove github pipelines

    roi-codefresh committed Jan 23, 2023
    Copy the full SHA
    25ecd06 View commit details

Commits on Aug 31, 2023

  1. CR-19604-fix-vulns - replace repo with a single dockerfile (#11)

    * use binary from docker/compose-bin:v2.20.3 (supports ARM)
    * set `COMPOSE_COMPATIBILITY=true` env variable
    * removed the entire forked code otherwise
    ATGardner authored Aug 31, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1e57c01 View commit details

Commits on Sep 29, 2023

  1. Copy the full SHA
    4c5dd7e View commit details
  2. Copy the full SHA
    af0e48e View commit details

Commits on Mar 13, 2024

  1. Copy the full SHA
    a4b8963 View commit details

Commits on Jul 8, 2024

  1. Copy the full SHA
    351f912 View commit details

Commits on Jul 12, 2024

  1. chore(): security fixes (#13)

    * transfer to alpine image, upgaded compose-bin
    vitalii-codefresh authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c76a7b1 View commit details

Commits on Dec 24, 2024

  1. chore(CR-26711): upgraded compose-bin version (#14)

    * upgraded compose version for fixing CVE-2024-45337
    vitalii-codefresh authored Dec 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    94419fa View commit details

Commits on Jan 13, 2025

  1. chore(CR-26930): upgrading docker-compose version (#15)

    * upgraded compose version for fixing CVE-2024-45338
    vitalii-codefresh authored Jan 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b081f15 View commit details

Commits on Apr 11, 2025

  1. refactor dockerfile (#16)

    zarbis authored Apr 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7153405 View commit details
Showing 345 changed files with 106 additions and 30,437 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.yaml

This file was deleted.

20 changes: 16 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
**What I did**
## What

**Related issue**
<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
## Why

**(not mandatory) A picture of a cute animal, if possible in relation to what you did**
## Notes
<!-- Add any notes here -->

## Labels

Assign the following labels to the PR:

`security` - to trigger image scanning in CI build

## PR Comments

Add the following comments to the PR:

`/e2e` - to trigger E2E build
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
template: |
## Changes
$CHANGES
59 changes: 0 additions & 59 deletions .github/stale.yml

This file was deleted.

Loading