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

add rust and use COPY --link #62

Merged
merged 2 commits into from
Oct 13, 2023
Merged

add rust and use COPY --link #62

merged 2 commits into from
Oct 13, 2023

Conversation

mauwii
Copy link
Owner

@mauwii mauwii commented Oct 13, 2023

No description provided.

@mauwii mauwii enabled auto-merge (squash) October 13, 2023 06:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 13, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.44s
✅ DOCKERFILE hadolint 1 0 0.69s
✅ EDITORCONFIG editorconfig-checker 4 0 0.05s
✅ JSON eslint-plugin-jsonc 1 0 1.12s
✅ JSON jsonlint 1 0 0.23s
✅ JSON prettier 1 0 0.51s
✅ JSON v8r 1 0 2.38s
✅ MARKDOWN markdownlint 1 0 0.52s
✅ MARKDOWN markdown-link-check 1 0 3.59s
✅ MARKDOWN markdown-table-formatter 1 0 0.32s
✅ REPOSITORY checkov yes no 10.2s
✅ REPOSITORY gitleaks yes no 0.25s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 10.55s
✅ REPOSITORY kics yes no 47.3s
✅ REPOSITORY secretlint yes no 0.67s
✅ REPOSITORY trivy yes no 12.11s
✅ REPOSITORY trivy-sbom yes no 1.46s
✅ REPOSITORY trufflehog yes no 3.59s
✅ SPELL cspell 5 0 2.41s
✅ SPELL lychee 2 0 0.96s
✅ TERRAFORM terragrunt 1 0 0.05s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Contributor

github-actions bot commented Oct 13, 2023

Overview

Image reference mauwii/ubuntu-act:20.04-main /home/runner/work/act-docker-images/act-docker-images/linux/arm64/ubuntu-act-focal.tar
- digest 269c82cbe671 f4ea036f8711
- provenance 355eb2d https://github.com/mauwii/act-docker-images/blob/64a342911a11b7a5bed5b2f5f4f9c11c09da5ff2/linux/ubuntu/Dockerfile/commit/64a342911a11b7a5bed5b2f5f4f9c11c09da5ff2
- vulnerabilities critical: 0 high: 28 medium: 142 low: 91 unspecified: 13 critical: 0 high: 18 medium: 101 low: 73 unspecified: 13
- platform linux/arm64 linux/arm64
- size 1.5 GB 1.9 GB (+380 MB)
- packages 3309 3309
Base Image buildpack-deps:20.04
also known as:
focal
buildpack-deps:20.04
also known as:
focal
- vulnerabilities critical: 0 high: 20 medium: 107 low: 80 critical: 0 high: 10 medium: 65 low: 62
Environment Variables (3 changes)
  • + 2 added
  • ± 1 changed
  • 21 unchanged
 ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
 AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
 AZURE_EXTENSION_DIR=/opt/az/azcliextensions
+CARGO_HOME=/etc/.skel/.cargo
 DEBIAN_FRONTEND=noninteractive
 DOTNET_CLI_TELEMETRY_OPTOUT=1
 DOTNET_GENERATE_ASPNET_CERTIFICATE=false
 DOTNET_HOST_PATH=/opt/hostedtoolcache/dotnet/dotnet
 DOTNET_MULTILEVEL_LOOKUP=0
 DOTNET_NOLOGO=true
 DOTNET_ROLL_FORWARD=Major
 DOTNET_ROOT=/opt/hostedtoolcache/dotnet
 DOTNET_SDK_VERSION=6.0.415
 DOTNET_USE_POLLING_FILE_WATCHER=true
 LANG=en_US.utf8
 LANGUAGE=en_US
 LC_ALL=en_US.utf8
 NUGET_PACKAGES=/opt/hostedtoolcache/nugetpackages
 NUGET_XMLDOC_MODE=skip
-PATH=/usr/local/go/bin:/opt/pipx_bin:/opt/hostedtoolcache/dotnet/tools:/opt/hostedtoolcache/dotnet:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+PATH=/etc/.skel/.cargo/bin:/usr/local/go/bin:/opt/pipx_bin:/opt/hostedtoolcache/dotnet/tools:/opt/hostedtoolcache/dotnet:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 PIPX_BIN_DIR=/opt/pipx_bin
 PIPX_HOME=/opt/pipx
 RUNNER_MANUALLY_TRAP_SIG=1
+RUSTUP_HOME=/etc/.skel/.rustup
Labels (3 changes)
  • ± 3 changed
  • 8 unchanged
 org.opencontainers.image.authors=mauwii
-org.opencontainers.image.created=2023-10-12T19:29:22Z
+org.opencontainers.image.created=2023-10-13T06:27:31Z
 org.opencontainers.image.description=This Image is made to be used with Nektos/act to run your GH-Workflows locally
 org.opencontainers.image.documentation=https://github.com/mauwii/act-docker-images
 org.opencontainers.image.ref.name=ubuntu
-org.opencontainers.image.revision=355eb2ded34dd90986fe4e4c2698e34c9bbc9c6d
+org.opencontainers.image.revision=64a342911a11b7a5bed5b2f5f4f9c11c09da5ff2
-org.opencontainers.image.source=https://github.com/mauwii/act-docker-images/blob/355eb2ded34dd90986fe4e4c2698e34c9bbc9c6d/linux/ubuntu/Dockerfile
+org.opencontainers.image.source=https://github.com/mauwii/act-docker-images/blob/64a342911a11b7a5bed5b2f5f4f9c11c09da5ff2/linux/ubuntu/Dockerfile
 org.opencontainers.image.title=ubuntu-act-focal
 org.opencontainers.image.url=https://hub.docker.com/r/mauwii/ubuntu-act
 org.opencontainers.image.vendor=mauwii
 org.opencontainers.image.version=20.04
Packages and Vulnerabilities (37 package changes and 10 vulnerability changes)
  • ➕ 2 packages added
  • ♾️ 35 packages changed
  • 2530 packages unchanged
  • ✔️ 10 vulnerabilities removed
Changes for packages of type deb (35 changes)
Package Version
mauwii/ubuntu-act:20.04-main
Version
/home/runner/work/act-docker-images/act-docker-images/linux/arm64/ubuntu-act-focal.tar
♾️ apr-util 1.6.1-4ubuntu2.1 1.6.1-4ubuntu2.2
♾️ cpp-9 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ curl 7.68.0-1ubuntu2.19 7.68.0-1ubuntu2.20
♾️ g++-9 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ gcc-9 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ gcc-9-base 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ glibc 2.31-0ubuntu9.9 2.31-0ubuntu9.12
♾️ libaprutil1 1.6.1-4ubuntu2.1 1.6.1-4ubuntu2.2
♾️ libasan5 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ libc-bin 2.31-0ubuntu9.9 2.31-0ubuntu9.12
♾️ libcurl3-gnutls 7.68.0-1ubuntu2.19 7.68.0-1ubuntu2.20
♾️ libcurl4 7.68.0-1ubuntu2.19 7.68.0-1ubuntu2.20
♾️ libcurl4-openssl-dev 7.68.0-1ubuntu2.19 7.68.0-1ubuntu2.20
♾️ libgcc-9-dev 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ libmysqlclient-dev 8.0.33-0ubuntu0.20.04.4 8.0.34-0ubuntu0.20.04.1
♾️ libmysqlclient21 8.0.33-0ubuntu0.20.04.4 8.0.34-0ubuntu0.20.04.1
♾️ libpq-dev 12.15-0ubuntu0.20.04.1 12.16-0ubuntu0.20.04.1
♾️ libpq5 12.15-0ubuntu0.20.04.1 12.16-0ubuntu0.20.04.1
♾️ libstdc++-9-dev 9.4.0-1ubuntu1~20.04.1 9.4.0-1ubuntu1~20.04.2
♾️ libtiff-dev 4.1.0+git191117-2ubuntu0.20.04.8 4.1.0+git191117-2ubuntu0.20.04.10
♾️ libtiff5 4.1.0+git191117-2ubuntu0.20.04.8 4.1.0+git191117-2ubuntu0.20.04.10
♾️ libtiffxx5 4.1.0+git191117-2ubuntu0.20.04.8 4.1.0+git191117-2ubuntu0.20.04.10
♾️ libwebp 0.6.1-2ubuntu0.20.04.2 0.6.1-2ubuntu0.20.04.3
♾️ libwebp-dev 0.6.1-2ubuntu0.20.04.2 0.6.1-2ubuntu0.20.04.3
♾️ libwebp6 0.6.1-2ubuntu0.20.04.2 0.6.1-2ubuntu0.20.04.3
♾️ libwebpdemux2 0.6.1-2ubuntu0.20.04.2 0.6.1-2ubuntu0.20.04.3
♾️ libwebpmux3 0.6.1-2ubuntu0.20.04.2 0.6.1-2ubuntu0.20.04.3
♾️ libx11-6 2:1.6.9-2ubuntu1.5 2:1.6.9-2ubuntu1.6
♾️ libx11-data 2:1.6.9-2ubuntu1.5 2:1.6.9-2ubuntu1.6
♾️ libx11-dev 2:1.6.9-2ubuntu1.5 2:1.6.9-2ubuntu1.6
♾️ linux 5.4.0-155.172 5.4.0-164.181
critical: 0 high: 10 medium: 0 low: 0
Removed vulnerabilities (10):
  • high : CVE--2023--4208
  • high : CVE--2023--4207
  • high : CVE--2023--4206
  • high : CVE--2023--4128
  • high : CVE--2023--40283
  • high : CVE--2023--3776
  • high : CVE--2023--3611
  • high : CVE--2023--3609
  • high : CVE--2023--20593
  • high : CVE--2023--20588
♾️ linux-libc-dev 5.4.0-155.172 5.4.0-164.181
♾️ mysql-8.0 8.0.33-0ubuntu0.20.04.4 8.0.34-0ubuntu0.20.04.1
♾️ postgresql-12 12.15-0ubuntu0.20.04.1 12.16-0ubuntu0.20.04.1
♾️ tiff 4.1.0+git191117-2ubuntu0.20.04.8 4.1.0+git191117-2ubuntu0.20.04.10
Changes for packages of type generic (1 changes)
Package Version
mauwii/ubuntu-act:20.04-main
Version
/home/runner/work/act-docker-images/act-docker-images/linux/arm64/ubuntu-act-focal.tar
rust 1.73.0
Changes for packages of type npm (1 changes)
Package Version
mauwii/ubuntu-act:20.04-main
Version
/home/runner/work/act-docker-images/act-docker-images/linux/arm64/ubuntu-act-focal.tar
libgit2 1.6.4

@mauwii mauwii merged commit 10c504f into main Oct 13, 2023
@mauwii mauwii deleted the add-rust branch October 13, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant