Skip to content

Commit

Permalink
Merge pull request #768 from mwielgus/debian-vpa
Browse files Browse the repository at this point in the history
Switch images to debian in VPA
  • Loading branch information
bskiba authored Mar 30, 2018
2 parents a2127d2 + b6b9fc3 commit 375e8c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/admission-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/ubuntu-slim:0.1
FROM gcr.io/google-containers/debian-base-amd64:0.3
MAINTAINER Tomasz Kulczynski "[email protected]"

ADD admission-controller admission-controller
Expand Down
3 changes: 1 addition & 2 deletions vertical-pod-autoscaler/recommender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/ubuntu-slim:0.1
FROM gcr.io/google-containers/debian-base-amd64:0.3
MAINTAINER Krzysztof Grygiel "[email protected]"
MAINTAINER Karol Kraskiewicz "[email protected]"

ADD recommender recommender

Expand Down
3 changes: 1 addition & 2 deletions vertical-pod-autoscaler/updater/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# limitations under the License.


FROM k8s.gcr.io/ubuntu-slim:0.1
MAINTAINER Gabriela Filipek "[email protected]"
FROM gcr.io/google-containers/debian-base-amd64:0.3
MAINTAINER Marcin Wielgus "[email protected]"

ADD updater updater
Expand Down

0 comments on commit 375e8c7

Please sign in to comment.