Merged
Conversation
3 tasks
|
I see armhf but not arm64 ? |
deb/Makefile
Outdated
| $(CHOWN) -R $(shell id -u):$(shell id -g) debbuild/$@ | ||
|
|
||
| .PHONY: ubuntu-artful | ||
| ubuntu-artful: ## build ubuntu zesty deb packages |
There was a problem hiding this comment.
In the comment: it's not zesty but artful :)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
eb2c4a2 to
1468941
Compare
juliendufresne
approved these changes
Oct 21, 2017
|
It would be nice to have docker on my system outside of a VM. |
|
I've simply installed old Ubuntu 17.04 deb from Docker official repositiories on my new Ubuntu 17.10 and it works fine to me. Link: https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/ Run |
andrewhsu
reviewed
Oct 31, 2017
deb/ubuntu-artful/Dockerfile.x86_64
Outdated
|
|
||
| RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| ENV GO_VERSION 1.8.3 |
Contributor
There was a problem hiding this comment.
1.8.5 now...golang moves fast
andrewhsu
reviewed
Oct 31, 2017
deb/ubuntu-artful/Dockerfile.s390x
Outdated
|
|
||
| RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| ENV GO_VERSION 1.8.3 |
andrewhsu
reviewed
Oct 31, 2017
deb/ubuntu-artful/Dockerfile.ppc64le
Outdated
|
|
||
| RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev pkg-config vim-common libseccomp-dev libsystemd-dev libltdl-dev --no-install-recommends && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| ENV GO_VERSION 1.8.3 |
andrewhsu
reviewed
Oct 31, 2017
deb/ubuntu-artful/Dockerfile.armv7l
Outdated
|
|
||
| RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential cmake curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libseccomp-dev pkg-config vim-common libsystemd-dev --no-install-recommends && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| ENV GO_VERSION 1.8.3 |
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Eli Uriegas eli.uriegas@docker.com