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] Update github-changelog-generator #75

Merged
merged 1 commit into from
Dec 3, 2021
Merged

Conversation

marco-lancini
Copy link
Owner

No description provided.

@github-actions github-actions bot added the docker label Dec 3, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2021

Image: 📋 github-changelog-generator

Step Result
🎫 Login success
📖 Build success
🛡 Trivy success

Build:


Step 1/12 : FROM ruby:3.0.0-alpine3.13
3.0.0-alpine3.13: Pulling from library/ruby
ca3cd42a7c95: Pulling fs layer
b9df2de4dab8: Pulling fs layer
cc339b259bb6: Pulling fs layer
98781330f085: Pulling fs layer
094d6fde4b48: Pulling fs layer
094d6fde4b48: Waiting
98781330f085: Waiting
cc339b259bb6: Verifying Checksum
cc339b259bb6: Download complete
b9df2de4dab8: Verifying Checksum
b9df2de4dab8: Download complete
ca3cd42a7c95: Verifying Checksum
ca3cd42a7c95: Download complete
094d6fde4b48: Verifying Checksum
094d6fde4b48: Download complete
ca3cd42a7c95: Pull complete
b9df2de4dab8: Pull complete
cc339b259bb6: Pull complete
98781330f085: Verifying Checksum
98781330f085: Download complete
98781330f085: Pull complete
094d6fde4b48: Pull complete
Digest: sha256:17fcf2715439387dc050fcd6801a98c6b61c196739e56d4c8a12d93bb0dcecac
Status: Downloaded newer image for ruby:3.0.0-alpine3.13
 ---> ec42221cd219
Step 2/12 : RUN addgroup --gid 11111 -S app
 ---> Running in ae47182bb083
Removing intermediate container ae47182bb083
 ---> 443998ea3bca
Step 3/12 : RUN adduser -s /bin/false -u 11111 -G app -S app
 ---> Running in 993aada929c0
Removing intermediate container 993aada929c0
 ---> 589ec8fd1451
Step 4/12 : RUN mkdir -p /src
 ---> Running in babcee4a0ba2
Removing intermediate container babcee4a0ba2
 ---> 4f5ecbe0e5c3
Step 5/12 : WORKDIR /src
 ---> Running in 9286d6b9a82b
Removing intermediate container 9286d6b9a82b
 ---> 0656f0ce1b14
Step 6/12 : RUN chown -R app:app /src
 ---> Running in 61224171903e
Removing intermediate container 61224171903e
 ---> 3d71cbeeab97
Step 7/12 : RUN apk add --no-cache git
 ---> Running in 964352b15be1
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
(1/6) Installing brotli-libs (1.0.9-r3)
(2/6) Installing nghttp2-libs (1.42.0-r1)
(3/6) Installing libcurl (7.79.1-r0)
(4/6) Installing expat (2.2.10-r1)
(5/6) Installing pcre2 (10.36-r0)
(6/6) Installing git (2.30.2-r0)
Executing busybox-1.32.1-r5.trigger
OK: 32 MiB in 42 packages
Removing intermediate container 964352b15be1
 ---> 003ebb741346
Step 8/12 : COPY docker/github-changelog-generator/Gemfile Gemfile
 ---> 1706d1a30ca8
Step 9/12 : RUN bundle install
 ---> Running in 571ba5c390e7
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching concurrent-ruby 1.1.9
Fetching minitest 5.14.4
Installing minitest 5.14.4
Installing concurrent-ruby 1.1.9
Fetching zeitwerk 2.5.1
Installing zeitwerk 2.5.1
Fetching public_suffix 4.0.6
Installing public_suffix 4.0.6
Using bundler 2.2.3
Fetching faraday-em_http 1.0.0
Installing faraday-em_http 1.0.0
Fetching faraday-em_synchrony 1.0.0
Fetching faraday-excon 1.1.0
Installing faraday-em_synchrony 1.0.0
Installing faraday-excon 1.1.0
Fetching faraday-httpclient 1.0.1
Fetching faraday-net_http 1.0.1
Installing faraday-httpclient 1.0.1
Installing faraday-net_http 1.0.1
Fetching faraday-net_http_persistent 1.2.0
Fetching faraday-patron 1.0.0
Installing faraday-net_http_persistent 1.2.0
Installing faraday-patron 1.0.0
Fetching faraday-rack 1.0.0
Fetching multipart-post 2.1.1
Installing multipart-post 2.1.1
Installing faraday-rack 1.0.0
Fetching ruby2_keywords 0.0.5
Fetching multi_json 1.15.0
Installing ruby2_keywords 0.0.5
Installing multi_json 1.15.0
Fetching rainbow 3.0.0
Fetching retriable 3.1.2
Installing rainbow 3.0.0
Installing retriable 3.1.2
Fetching addressable 2.8.0
Fetching i18n 1.8.11
Installing i18n 1.8.11
Installing addressable 2.8.0
Fetching tzinfo 2.0.4
Fetching faraday 1.8.0
Installing tzinfo 2.0.4
Installing faraday 1.8.0
Fetching activesupport 6.1.4.1
Installing activesupport 6.1.4.1
Fetching faraday-http-cache 2.2.0
Installing faraday-http-cache 2.2.0
Fetching sawyer 0.8.2
Installing sawyer 0.8.2
Fetching octokit 4.21.0
Installing octokit 4.21.0
Fetching github_changelog_generator 1.15.2
Installing github_changelog_generator 1.15.2
Bundle complete! 2 Gemfile dependencies, 28 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Removing intermediate container 571ba5c390e7
 ---> 90344c894414
Step 10/12 : USER app
 ---> Running in 50b043e72160
Removing intermediate container 50b043e72160
 ---> 43a69fc3d095
Step 11/12 : CMD ["--help"]
 ---> Running in abc3464525f7
Removing intermediate container abc3464525f7
 ---> a7f93ecc6a2b
Step 12/12 : ENTRYPOINT ["github_changelog_generator"]
 ---> Running in 71eda43abdff
Removing intermediate container 71eda43abdff
 ---> e8e7852d34f0
Successfully built e8e7852d34f0
Successfully tagged github-changelog-generator:build

Pusher: @marco-lancini, Action: pull_request

@marco-lancini marco-lancini merged commit bc7c880 into main Dec 3, 2021
@marco-lancini marco-lancini deleted the gh_changelog_11 branch December 3, 2021 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant