Skip to content

Commit

Permalink
Merge branch 'main' into migrate-to-exec.d
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner authored Oct 16, 2023
2 parents 84dd7dc + 3f7a95d commit 7917059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions base-images/alpine/run/curl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM curlimages/curl

COPY ./Dockerfile /home/curl_user/Dockerfile

RUN curl --version

# Create user and group
Expand Down
4 changes: 2 additions & 2 deletions extensions/vim/extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ api = "0.9"
[extension]
id = "samples/vim"
version = "0.0.1"
name = "Tree Extension"
homepage = "https://github.com/buildpacks/samples/tree/main/extensions/vim"
name = "Vim Extension"
homepage = "https://github.com/buildpacks/samples/vim/main/extensions/vim"
description = "A simple extension that installs vim on the builder image"

0 comments on commit 7917059

Please sign in to comment.