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

[docker] Build with 3.12 image #4055

Merged
merged 3 commits into from
Nov 19, 2023
Merged

[docker] Build with 3.12 image #4055

merged 3 commits into from
Nov 19, 2023

Commits on Nov 18, 2023

  1. [docker] Build with 3.12 image

    - We are a 3.12 package now, let's build docker with it
    
    Test:
    ```
    crl-m1:black cooper$ docker build --tag black_3_12 .
    ...
     => [stage-1 2/2] COPY --from=builder /opt/venv /opt/venv                                                                                                                                                  0.2s
     => exporting to image                                                                                                                                                                                     0.1s
     => => exporting layers                                                                                                                                                                                    0.1s
     => => writing image sha256:bd66acc9d76d2c40d287b0684ce6601401631e0468204c4e6a81f8f1eebaf1dd                                                                                                               0.0s
     => => naming to docker.io/library/black_3_12
    
    crl-m1:black cooper$ docker image ls | grep black_3_12
    black_3_12                     latest            bd66acc9d76d   59 seconds ago   193MB
    ```
    cooperlees committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b678ba3 View commit details
    Browse the repository at this point in the history
  2. Add CHANGES entry

    cooperlees committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a5d3a4f View commit details
    Browse the repository at this point in the history
  3. Fix #typo copy pasta fun

    cooperlees committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    453ddb4 View commit details
    Browse the repository at this point in the history