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

build(tools/docker/indy-sdk-cli): fix deprecation deb.nodesource.com/setup_16.x #2701

Closed
petermetz opened this issue Sep 18, 2023 · 0 comments · Fixed by #2706
Closed

build(tools/docker/indy-sdk-cli): fix deprecation deb.nodesource.com/setup_16.x #2701

petermetz opened this issue Sep 18, 2023 · 0 comments · Fixed by #2706
Labels
dependencies Pull requests that update a dependency file good-first-issue Good for newcomers good-first-issue-200-intermediate Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. P5 Priority 5: Lowest
Milestone

Comments

@petermetz
Copy link
Contributor

petermetz commented Sep 18, 2023

Description

$ cacti/tools/docker/indy-sdk-cli$ docker build . -t indy-sdk-cli
[+] Building 102.2s (8/14)                                                                                                                                  docker:default
 => [internal] load build definition from Dockerfile                                                                                                                  0.1s
 => => transferring dockerfile: 1.82kB                                                                                                                                0.0s
 => [internal] load .dockerignore                                                                                                                                     0.1s
 => => transferring context: 2B                                                                                                                                       0.0s
 => [internal] load metadata for docker.io/library/ubuntu:bionic-20230530                                                                                             1.2s
 => [auth] library/ubuntu:pull token for registry-1.docker.io                                                                                                         0.0s
 => [1/9] FROM docker.io/library/ubuntu:bionic-20230530@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98                                       2.9s
 => => resolve docker.io/library/ubuntu:bionic-20230530@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98                                       0.0s
 => => sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 1.33kB / 1.33kB                                                                        0.0s
 => => sha256:dca176c9663a7ba4c1f0e710986f5a25e672842963d95b960191e2d9f7185ebe 424B / 424B                                                                            0.0s
 => => sha256:f9a80a55f492e823bf5d51f1bd5f87ea3eed1cb31788686aa99a2fb61a27af6a 2.30kB / 2.30kB                                                                        0.0s
 => => sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 25.69MB / 25.69MB                                                                      1.6s
 => => extracting sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331                                                                             1.1s
 => [internal] load build context                                                                                                                                     0.0s
 => => transferring context: 9.18kB                                                                                                                                   0.0s
 => [2/9] WORKDIR /home/setup                                                                                                                                         0.8s
 => [3/9] RUN apt-get update     && apt-get install -y         gnupg         software-properties-common         python3-apt         curl         dirmngr         ap  57.1s
 => [4/9] RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -                                                                                                40.1s
 => => #                           SCRIPT DEPRECATION WARNING                                                                                                             
 => => # ================================================================================                                                                                 
 => => # ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓                                                                                 
 => => # ================================================================================                                                                                 
 => => # TO AVOID THIS WAIT MIGRATE THE SCRIPT                                                                                                                            
 => => # Continuing in 60 seconds (press Ctrl-C to abort) ...                                                                                                             

Acceptance Criteria

  1. Build is still working
  2. Tests are still passing

cc: @outSH @izuru0 @takeutak

@petermetz petermetz added good-first-issue Good for newcomers dependencies Pull requests that update a dependency file Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. good-first-issue-200-intermediate P5 Priority 5: Lowest labels Sep 18, 2023
@petermetz petermetz modified the milestones: vT.B.D, v2.0.0 Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good-first-issue Good for newcomers good-first-issue-200-intermediate Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. P5 Priority 5: Lowest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant