Skip to content

Commit

Permalink
chore: set buildpacks image pull policy to default
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 23, 2024
1 parent 620c9a3 commit f8430db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.7.6"
version = "0.7.7"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/amphitheatre"
Expand Down
1 change: 0 additions & 1 deletion resources/src/containers/buildpacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pub fn container(spec: &ActorSpec, security_context: &Option<SecurityContext>) -
Container {
name: "builder".to_string(),
image: Some(build.buildpacks.unwrap_or_default().builder),
image_pull_policy: Some("IfNotPresent".into()),
command: Some(vec!["/cnb/lifecycle/creator".into()]),
args: Some(arguments),
env: Some(environment),
Expand Down

0 comments on commit f8430db

Please sign in to comment.