Skip to content

Commit

Permalink
Release ubuntu-slim:0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jul 13, 2017
1 parent eb5a530 commit 7315082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/ubuntu-slim/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN echo "Yes, do as I say!" | apt-get purge \
ncurses-base \
ncurses-bin \
locales \
tzdata
tzdata \
systemd

# cleanup
RUN apt-get autoremove -y && \
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu-slim/Makefile
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.

TAG ?= 0.12
TAG ?= 0.13
REGISTRY = gcr.io/google_containers
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le
Expand Down

0 comments on commit 7315082

Please sign in to comment.