Browse Source

add registry to base image specifier for `podman build`

Fabian Peter Hammerle 3 years ago
parent
commit
c06b2c43e2
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      Dockerfile

+ 1 - 0
CHANGELOG.md

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 - `docker-compose`: drop capabilities
+- `Dockerfile`: add registry to base image specifier for `podman build`
 
 ### Removed
 - sample ansible playbook to avoid duplication of container settings in `docker-compose.yml`

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.13.4
+FROM docker.io/alpine:3.13.4
 
 ARG DUMB_INIT_PACKAGE_VERSION=1.2.5-r0
 ARG NETCAT_PACKAGE_VERSION=1.130-r2