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 docker and buildx to the builder image #98

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

rajrohanyadav
Copy link
Contributor

Summary

nri-prometheus uses buildx to create images using goreleaser. Therefore, adding these in the centralized builder image.

How has it been tested?

Building Image
❯ docker build -f build/Dockerfile --platform=linux/amd64 -t fips-test-img .
[+] Building 30.6s (12/12) FINISHED                           docker:desktop-linux
 => [internal] load build definition from Dockerfile                          0.0s
 => => transferring dockerfile: 2.21kB                                        0.0s
 => [internal] load metadata for docker.io/library/ubuntu:16.04               1.1s
 => [internal] load .dockerignore                                             0.0s
 => => transferring context: 2B                                               0.0s
 => [1/8] FROM docker.io/library/ubuntu:16.04@sha256:1f1a2d56de1d604801a9671  0.0s
 => CACHED [2/8] RUN apt-get update && apt-get install -y     gnupg-agent     0.0s
 => CACHED [3/8] RUN curl -sSL https://golang.org/dl/go1.23.2.linux-amd64.ta  0.0s
 => [4/8] RUN curl -fsSL https://download.docker.com/linux/static/stable/x8  11.5s
 => [5/8] RUN mkdir -p ~/.docker/cli-plugins &&     curl -sSL https://githu  11.2s
 => [6/8] RUN git config --global --add safe.directory '*'                    0.1s
 => [7/8] RUN curl -L https://github.com/cli/cli/releases/download/v2.61.0/g  5.1s
 => [8/8] RUN dpkg -i gh_2.61.0_linux_amd64.deb                               0.5s
 => exporting to image                                                        1.2s 
 => => exporting layers                                                       1.2s 
 => => writing image sha256:f52e03d6e96aff6c86873712f876e0808f6cc54c634919f6  0.0s 
 => => naming to docker.io/library/fips-test-img                              0.0s 
                                                                                   
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/z6wjt8yd7xy61rexv5qvmc8sd

What's next:
Using Image
❯ docker run -d -it -v $(pwd):/app -v /var/run/docker.sock:/var/run/docker.sock --platform linux/amd64 fips-test-img
6945b77579f08220d72298d00d30d2f815bfec203862913ecc32b9a3c9299ce2
❯ dkr ps -a
CONTAINER ID   IMAGE                                                             COMMAND       CREATED          STATUS          PORTS     NAMES
6945b77579f0   fips-test-img                                                     "/bin/bash"   4 seconds ago    Up 3 seconds              compassionate_lederberg
92f6ec307615   fips-test-img                                                     "/bin/bash"   13 minutes ago   Up 13 minutes             reverent_cannon
e39fd9953a92   ghcr.io/newrelic/coreint-automation:latest-go1.23.3-ubuntu16.04   "/bin/bash"   4 days ago       Up 4 days                 zealous_almeida
❯ dkrbash 6945b77579f0
root@6945b77579f0:/# cd app
root@6945b77579f0:/app# make bin/goreleaser
===> prometheus === [bin/goreleaser] Installing goreleaser v2.4.4
===> prometheus === [bin/goreleaser] goreleaser downloaded
root@6945b77579f0:/app# TAG=v2.21.7-next TAG_SUFFIX=-next bin/goreleaser release --snapshot --clean --config=.goreleaser.yml --skip=validate
  • skipping announce, publish and validate...
  • cleaning distribution directory
  • loading environment variables
  • getting and validating git state
    • git state                                      commit=709432e9538b12a8c40e458ac3c19b2284abd311 branch=NR-287123-add-fips-compliant-pkgs current_tag=v2.21.7 previous_tag=nri-prometheus-2.1.19 dirty=true
    • pipe skipped                                   reason=disabled during snapshot mode
  • parsing tag
  • setting defaults
    • pipe skipped                                   reason=release is disabled
  • snapshotting
    • building snapshot...                           version=v2.21.7-next
  • ensuring distribution directory
  • setting up metadata
  • writing release metadata
  • loading go mod information
    • took: 12s
  • build prerequisites
  • building binaries
    • building                                       binary=dist/nri-prometheus-win_windows_amd64_v1/nri-prometheus.exe
    • building                                       binary=dist/nri-prometheus-nix-fips_linux_arm64_v8.0/nri-prometheus
    • building                                       binary=dist/nri-prometheus-nix_darwin_arm64_v8.0/nri-prometheus
    • building                                       binary=dist/nri-prometheus-nix-fips_linux_amd64_v1/nri-prometheus
    • building                                       binary=dist/nri-prometheus-win_windows_386_sse2/nri-prometheus.exe
    • building                                       binary=dist/nri-prometheus-nix_linux_386_sse2/nri-prometheus
    • running hook                                   hook=build/windows/set_exe_properties.sh v2.21.7-next "prometheus"
    • running hook                                   hook=build/windows/set_exe_properties.sh v2.21.7-next "prometheus"
    • building                                       binary=dist/nri-prometheus-nix_linux_arm64_v8.0/nri-prometheus
    • building                                       binary=dist/nri-prometheus-nix_darwin_amd64_v1/nri-prometheus
    • building                                       binary=dist/nri-prometheus-nix_linux_arm_6/nri-prometheus
    • building                                       binary=dist/nri-prometheus-nix_linux_amd64_v1/nri-prometheus
    • took: 6m29s
  • archives
    • creating                                       archive=dist/nri-prometheus-amd64.v2.21.7-next_dirty.zip
    • creating                                       archive=dist/nri-prometheus-fips_linux_v2.21.7-next_arm64_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus_linux_v2.21.7-next_arm64_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus_darwin_v2.21.7-next_arm64_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus_linux_v2.21.7-next_arm_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus_linux_v2.21.7-next_amd64_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus_linux_v2.21.7-next_386_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus-386.v2.21.7-next_dirty.zip
    • creating                                       archive=dist/nri-prometheus_darwin_v2.21.7-next_amd64_dirty.tar.gz
    • creating                                       archive=dist/nri-prometheus-fips_linux_v2.21.7-next_amd64_dirty.tar.gz
    • took: 11s
  • calculating checksums
  • docker images
    • building docker image                          image=newrelic/nri-prometheus:v2.21.7-next-next-arm
    • building docker image                          image=newrelic/nri-prometheus-fips:v2.21.7-next-next-arm64
    • building docker image                          image=newrelic/nri-prometheus:v2.21.7-next-next-amd64
    • building docker image                          image=newrelic/nri-prometheus:v2.21.7-next-next-arm64
    • building docker image                          image=newrelic/nri-prometheus-fips:v2.21.7-next-next-amd64
    • took: 11s
  • writing artifacts metadata
  • release succeeded after 7m3s
  • thanks for using goreleaser!

@rajrohanyadav rajrohanyadav force-pushed the NR-287123-add-docker-and-buildx-to-builder-image branch 2 times, most recently from 7dfa064 to 790b999 Compare December 5, 2024 07:55
@rajrohanyadav rajrohanyadav marked this pull request as ready for review December 5, 2024 08:25
@rajrohanyadav rajrohanyadav requested a review from a team as a code owner December 5, 2024 08:25
Copy link
Contributor

@sairaj18 sairaj18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@rahulreddy15 rahulreddy15 force-pushed the NR-287123-add-docker-and-buildx-to-builder-image branch from 790b999 to d5bbbe7 Compare March 19, 2025 07:48
@rahulreddy15
Copy link
Contributor

Rebased the branch.

@rahulreddy15 rahulreddy15 merged commit 6402d3e into main Mar 19, 2025
7 checks passed
@rahulreddy15 rahulreddy15 deleted the NR-287123-add-docker-and-buildx-to-builder-image branch March 19, 2025 07:50
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.

3 participants