Skip to content

Commit

Permalink
Bump all our base docker images
Browse files Browse the repository at this point in the history
justinsb committed Nov 28, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 048a3ef commit 5a056a3
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.6

ARG GO_VERSION=1.8.1

2 changes: 1 addition & 1 deletion docker/Dockerfile-light
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.6

# KUBECTL_SOURCE: Change to kubernetes-dev/ci for CI
ARG KUBECTL_SOURCE=kubernetes-release/release
2 changes: 1 addition & 1 deletion hooks/nvidia-bootstrap/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.6

RUN apk --no-cache add ca-certificates wget && update-ca-certificates
ADD run.sh /run.sh
2 changes: 1 addition & 1 deletion hooks/prepull-images/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.5
FROM alpine:3.6

ADD run.sh /run.sh
ENTRYPOINT ["/run.sh"]
2 changes: 1 addition & 1 deletion images/dns-controller-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# Install packages:
# curl (to download golang)
2 changes: 1 addition & 1 deletion images/dns-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# ca-certificates: Needed to talk to EC2 API
RUN apt-get update && apt-get install --yes ca-certificates \
2 changes: 1 addition & 1 deletion images/kops-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3
# TODO
# RUN apt-get update && apt-get install --yes --reinstall lsb-base
COPY /.build/dist/linux/amd64/kops-server /kops-server
2 changes: 1 addition & 1 deletion images/protokube-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# Install packages:
# curl (to download golang)
2 changes: 1 addition & 1 deletion images/protokube/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# ca-certificates: Needed to talk to EC2 API
# e2fsprogs: Needed to mount / format ext4 filesytems
2 changes: 1 addition & 1 deletion images/utils-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google_containers/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.2

RUN echo "deb-src http://security.debian.org/ jessie/updates main" >> /etc/apt/sources.list
RUN echo "deb-src http://ftp.us.debian.org/debian/ jessie main" >> /etc/apt/sources.list

0 comments on commit 5a056a3

Please sign in to comment.