Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/infrastructure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 03d85c8c47ef
Choose a base ref
...
head repository: haiku/infrastructure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffff55ce962a
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 19, 2021

  1. Copy the full SHA
    ffff55c View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 containers/trac/Dockerfile
  2. +2 −2 containers/trac/Makefile
2 changes: 1 addition & 1 deletion containers/trac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# inspired by https://hub.docker.com/r/maestroalubia/trac/~/dockerfile/

FROM python:2.7-alpine
FROM docker.io/python:2.7-alpine

# Set the working directory to /app
WORKDIR /app
4 changes: 2 additions & 2 deletions containers/trac/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default:
docker build --no-cache --tag docker.io/haiku/trac:latest .
docker build --no-cache --tag docker.io/haiku/trac:1.4.0 .
push:
docker push docker.io/haiku/trac:latest
docker push docker.io/haiku/trac:1.4.0