Skip to content

Commit

Permalink
fix(dashboard): Use Debian Slim base image for OCI images by default (#…
Browse files Browse the repository at this point in the history
…105)

* fix(dashboard): Use Ubuntu 22.04 base image for OCI images by default

* Use generic ubuntu image

* Use debian slim instead of Ubuntu, since ubuntu isn't defined
  • Loading branch information
sasa-tomic committed Jan 23, 2024
1 parent 0eab50d commit a93c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/oci_images.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rules for creating oci images from rust binaries
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_push")
load("@rules_pkg//:pkg.bzl", "pkg_tar")

def rust_binary_oci_image_rules(name, src, base_image = "@distroless_cc"):
def rust_binary_oci_image_rules(name, src, base_image = "@debian-slim"):
"""macro for creating oci image from rust binary
Args:
Expand Down

0 comments on commit a93c44b

Please sign in to comment.