Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump all our base docker images #3940

Merged
merged 1 commit into from
Nov 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/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 alpine:3.5
FROM alpine:3.6

ARG GO_VERSION=1.8.1

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-light
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 alpine:3.5
FROM alpine:3.6

# KUBECTL_SOURCE: Change to kubernetes-dev/ci for CI
ARG KUBECTL_SOURCE=kubernetes-release/release
Expand Down
2 changes: 1 addition & 1 deletion hooks/nvidia-bootstrap/image/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 alpine:3.5
FROM alpine:3.6

RUN apk --no-cache add ca-certificates wget && update-ca-certificates
ADD run.sh /run.sh
Expand Down
2 changes: 1 addition & 1 deletion hooks/prepull-images/image/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 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
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/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# Install packages:
# curl (to download golang)
Expand Down
2 changes: 1 addition & 1 deletion images/dns-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/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 \
Expand Down
2 changes: 1 addition & 1 deletion images/kops-server/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/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
Expand Down
2 changes: 1 addition & 1 deletion images/protokube-builder/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/debian-base-amd64:0.1
FROM gcr.io/google_containers/debian-base-amd64:0.3

# Install packages:
# curl (to download golang)
Expand Down
2 changes: 1 addition & 1 deletion images/protokube/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/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
Expand Down
2 changes: 1 addition & 1 deletion images/utils-builder/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/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
Expand Down