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: opensourcecobol/opensourcecobol4j-dockerfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20250530
Choose a base ref
...
head repository: opensourcecobol/opensourcecobol4j-dockerfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 2, 2025

  1. Minimize Docker images and automate relasing docker images (#31)

    * Initial plan
    
    * Implement multi-stage Docker builds to minimize image size
    
    Co-authored-by: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com>
    
    * Add comprehensive size reduction summary documentation
    
    Co-authored-by: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com>
    
    * Remove OPTIMIZATION.md and SIZE_REDUCTION_SUMMARY.md documentation files
    
    Co-authored-by: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com>
    
    * fix: Dockerfile and utf8.Dockerfile
    
    * build: add build configuration files
    
    * fix: update docker-compose.yml
    
    * ci: run example programs in a Docker container
    
    * chore: rename Makefile to run.sh
    
    * fix: copying built files
    
    * fix: CLASSPATH defined in Dockerfile
    
    * ci: improve workflow triggers
    
    * ci: add experimental code that pushes docker images to DockerHub
    
    * fix: create an image with the tag `latest`
    
    * ci: deploy only when workflow_dispatch
    
    * ci: change settings to disable debug mode
    
    * build: change build-config.json to release new images
    
    * doc: update README.md
    
    * fix: apply copilot suggestions
    
    * chore: update Dockerfile
    
    * ci: add checks of versions of installed software
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    yutaro-sakamoto and Copilot authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    13cd45c View commit details
    Browse the repository at this point in the history
  2. ci: fix ci.yml

    yutaro-sakamoto committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    c389bdf View commit details
    Browse the repository at this point in the history
Loading