Skip to content

Commit

Permalink
Fix max label length (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhoefler authored Jan 28, 2023
1 parent 1d3645d commit 7a81faf
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 68 deletions.
13 changes: 13 additions & 0 deletions examples/helpers/update_example_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

# Change to the root directory of the project.
cd $(git rev-parse --show-toplevel)

go run . -f examples/dockerfiles/Dockerfile --legend -o svg \
&& mv Dockerfile.svg examples/images/Dockerfile-legend.svg

go run . -f examples/dockerfiles/Dockerfile --layers -o svg \
&& mv Dockerfile.svg examples/images/Dockerfile-layers.svg

go run . -f examples/dockerfiles/Dockerfile.large -c -u 4 -o svg \
&& mv Dockerfile.svg examples/images/Dockerfile-large.svg
110 changes: 55 additions & 55 deletions examples/images/Dockerfile-layers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a81faf

Please sign in to comment.