Skip to content

Commit

Permalink
fix(Mongo): Disable Mongo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 9, 2022
1 parent e80c60f commit 3751330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/_base/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source "docker" "autogenerated_1" {
changes = ["VOLUME /data", "WORKDIR /data", "ENTRYPOINT /bin/bash"]
commit = true
image = "buildpack-deps:buster"
image = "buildpack-deps:bullseye"
pull = true
}

Expand Down
5 changes: 3 additions & 2 deletions roles/prepare/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ common_packages:
- "postgresql-client"
# Blocked by https://github.com/dbcli/mssql-cli/pull/505
#- "mssql-tools"
- "mongo-tools"
#- "mongocli"
#- "mongodb-database-tools"
snap_packages:
- jq
- yq
Expand All @@ -41,7 +42,7 @@ apt_keys:
- "https://packages.microsoft.com/keys/microsoft.asc"
apt_repos:
- "deb https://apt.kubernetes.io/ kubernetes-xenial main"
- "deb http://packages.cloud.google.com/apt cloud-sdk main"
- "deb https://packages.cloud.google.com/apt cloud-sdk main"
- "deb https://packages.microsoft.com/debian/10/prod buster main"
helm_plugins:
- "https://github.com/databus23/helm-diff"
Expand Down

0 comments on commit 3751330

Please sign in to comment.