Skip to content

Commit

Permalink
Fix docker-image name
Browse files Browse the repository at this point in the history
- base/archlinux is deprecated
- rename from arch180101 to archlinux
  • Loading branch information
lauft committed Feb 26, 2019
1 parent 94b1658 commit 455b9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ matrix:
services: docker services: docker
- name: "Archlinux 2018.01.01" - name: "Archlinux 2018.01.01"
os: linux os: linux
env: CONTAINER=arch180101 env: CONTAINER=archlinux
services: docker services: docker
- name: "Mac OS X 10.13" - name: "Mac OS X 10.13"
os: osx os: osx
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -67,7 +67,7 @@ services:
test-arch180101: test-arch180101:
build: build:
context: . context: .
dockerfile: test/docker/arch180101 dockerfile: test/docker/archlinux
network_mode: "host" network_mode: "host"
security_opt: security_opt:
- label=type:container_runtime_t - label=type:container_runtime_t
Expand Down
2 changes: 1 addition & 1 deletion test/docker/arch180101 → test/docker/archlinux
@@ -1,4 +1,4 @@
FROM base/archlinux:2018.01.01 FROM archlinux/base


RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syyu --noconfirm RUN pacman -Syyu --noconfirm
Expand Down

0 comments on commit 455b9b9

Please sign in to comment.